Skip to content

Commit 5f6b671

Browse files
committed
Fix mainview header offset
1 parent 318aae1 commit 5f6b671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/common/elements/mainview.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242

4343
// This ensures the tab bar does not collide with the floating logo. The floating logo sits above the sidebar when it is not collapsed, so no additional margin is needed in that case.
4444
// More margin is given on macOS to account for the traffic light buttons
45-
#main.platform-darwin.sidebar-collapsed .header {
45+
#main.platform-darwin.mainsidebar-collapsed .header {
4646
margin-left: var(--floating-logo-width-darwin);
4747
}
4848

49-
#main:not(.platform-darwin).sidebar-collapsed .header {
49+
#main:not(.platform-darwin).mainsidebar-collapsed .header {
5050
margin-left: var(--floating-logo-width);
5151
}

0 commit comments

Comments
 (0)