Skip to content

Commit

Permalink
fix: auto hide side bar in full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
christorange committed Aug 27, 2023
1 parent a6d1f18 commit fd5cefd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mac/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ hbox#nav-bar-customization-target {
}

/* HIDE SIDE BAR IN FULL SCREEN */
/* #main-window[sizemode="fullscreen"] #sidebar-box {
/* #main-window[inFullscreen="true"] #sidebar-box {
--uc-sidebar-width: 0px;
} */

Expand Down
2 changes: 0 additions & 2 deletions sidebery/sidebery_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,4 @@
.PinnedTab[data-updated="true"] .update-badge {
opacity: 100;
}


}
4 changes: 2 additions & 2 deletions windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ toolbar:not([customizing]) > #nav-bar-customization-target {
}

/* HIDE SIDE BAR IN FULL SCREEN */
/* #main-window[sizemode="fullscreen"] #sidebar-box {
#main-window[inFullscreen="true"] #sidebar-box {
--uc-sidebar-width: 0px;
} */
}

#sidebar-splitter {
display: none;
Expand Down

0 comments on commit fd5cefd

Please sign in to comment.