diff --git a/styles.css b/styles.css index d6efd96a..b5bf7ac6 100644 --- a/styles.css +++ b/styles.css @@ -481,6 +481,11 @@ span.ls-mark-cr::after { font-size: 80%; } +.is-mobile.is-ios .livesync-status { + box-sizing: border-box; + top: calc(var(--header-height) + var(--view-header-height, var(--header-height)) + var(--size-4-2)); +} + div.workspace-leaf-content[data-type="bases"] .livesync-status { top: calc(var(--bases-header-height) + var(--header-height)); padding: 5px; @@ -493,6 +498,13 @@ div.workspace-leaf-content[data-type="bases"] .livesync-status { padding-right: 18px; } +.is-mobile.is-ios div.workspace-leaf-content[data-type="bases"] .livesync-status { + top: calc( + var(--bases-header-height) + var(--header-height) + var(--view-header-height, var(--header-height)) + + var(--size-4-2) + ); +} + .livesync-status div { opacity: 0.6; -webkit-filter: grayscale(100%); diff --git a/updates.md b/updates.md index 65825bb9..e995e99e 100644 --- a/updates.md +++ b/updates.md @@ -49,6 +49,7 @@ Earlier releases remain available in the 0.25 release history and the legacy rel #### Fixed +- The in-editor LiveSync status on iOS now remains below the view-header controls instead of overlapping them. - The Remediation setting now displays its configured modification-time limit without raising a `HierarchyRequestError`. ## 1.0.2