[Bug] 1.4.0 Load Workspace Button is too big

Steps to reproduce

  • install iOS 1.4.0
  • save a new Workspace
  • open the Workspace modal

Expected result

The load button should look similar to the desktop version (in my case, Mac Desktop Version).


Notice that the Load button is the correct size and aligned to the right.

Actual result

iOS Screenshot:

  • the Load button is way too big, causing Test to word wrap.
  • The close modal X is hidden by the Save

Environment

  • Operating system: iOS 1.4.0
Debug Info from mobile (click expand)

SYSTEM INFO:
Operating system: ios 16.0 (Apple iPhone)
Obsidian version: 1.4.0 (74)
API version: v0.16.4
Login status: logged in
Catalyst license: vip
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 4
Restricted mode: off
Plugins installed: 69
Plugins enabled: 44
1: Copy button for code blocks (fixed version manifest) v0.2.1
2: Note Refactor v1.7.1
3: Meld Encrypt v1.6.2
4: Footlinks v0.1.7
5: Calendar v2.0.0
6: Kanban v1.3.20
7: Sort & Permute lines v0.5.1
8: Quick Switcher++ v2.1.0
9: Natural Language Dates v0.6.1
10: Find orphaned files and broken links v1.8.0
11: Templater v1.14.3
12: Periodic Notes v0.0.17
13: Tidy Footnotes v0.1.1
14: Footnote Shortcut v0.0.9
15: Smart Random Note v0.2.1
16: Dice Roller v8.6.7
17: Advanced Mobile Toolbar v1.7.7
18: System Dark Mode v1.1.0
19: Dataview v0.5.46
20: Creases v0.6.5
21: Style Settings v0.4.11
22: Customizable Sidebar v2.2.1
23: Waypoint v1.3.0
24: Customizable Page Header and Title Bar v4.7.2
25: Settings Search v1.2.0
26: Code Editor Shortcuts v1.10.0
27: Better CodeBlock v1.0.8
28: Vault Statistics v0.1.2
29: Hider v1.2.2
30: Smarter Markdown Hotkeys v1.16.2
31: Frontmatter Tag Suggest v0.4.1
32: Dynamic Table of Contents v0.0.27
33: Obsidian42 - BRAT v0.6.35
34: User Plugins v1.3.0
35: Meld Calc v1.0.2
36: Note Content Pusher v1.0.3
37: CustomJS v1.0.12
38: Better Command Palette v0.13.0
39: Icon Shortcodes v0.9.6
40: Plaintext v0.2.0
41: Hypothes.is v0.1.19
42: Tasks v1.14.0
43: Music notation v1.0.7
44: QuickShare v1.0.0

RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

The workaround style I’m setting is:

.modal button.list-item-part {
	max-width: 15vw;
}
.modal .modal-close-button {
	z-index: 10;
}

bug reports for the insider should go on discord in the insider-mobile.

Might want to add that to the Mobile section’s description. Might also want to make the descriptions visible on phones, which I’ve just noticed they aren’t (it’d also be nice if the descriptions appeared on each section’s main page; I’ll post requests for these, but FYI).

1 Like

this was fixed at some point

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.