From de190e2b2361212de5ed1c73de386ec52818f86c Mon Sep 17 00:00:00 2001 From: Hsi Date: Mon, 3 Aug 2026 17:37:00 +0800 Subject: [PATCH 1/2] fix: position ios sync status below header controls --- styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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%); From 96a69c85bdeb4f7786b6cb725eda98f08aaabcf1 Mon Sep 17 00:00:00 2001 From: Hsi Date: Mon, 3 Aug 2026 18:24:10 +0800 Subject: [PATCH 2/2] docs: document iOS status layout fix --- updates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/updates.md b/updates.md index d902e69d..eb96fcdf 100644 --- a/updates.md +++ b/updates.md @@ -22,6 +22,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