Skip to content

Commit ea8076a

Browse files
authored
fix(macos): remove stale .sidebar-shell__header rule from injected dashboard CSS (#102526)
1 parent 18b24ed commit ea8076a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/macos/Sources/OpenClaw/DashboardWindowController.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ final class DashboardWindowController: NSWindowController, WKNavigationDelegate,
209209
html.openclaw-native-macos .sidebar-shell {
210210
padding-top: max(14px, var(--openclaw-native-titlebar-height)) !important;
211211
}
212-
html.openclaw-native-macos .sidebar-shell__header {
213-
padding-left: 10px !important;
214-
padding-right: 8px !important;
215-
}
216212
}
217213
"""
218214
let script = """

0 commit comments

Comments
 (0)