mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 06:00:24 -08:00
Fix: Build - Fullscreen
This commit is contained in:
parent
859312249f
commit
c5be5cb03a
2 changed files with 19 additions and 0 deletions
15
src/fullscreen/_overlap.scss
Normal file
15
src/fullscreen/_overlap.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
:root[sizemode="fullscreen"] #navigator-toolbox {
|
||||
position: fixed !important; /* Needed for content to take up entire height */
|
||||
z-index: 1000 !important; /* Puts the UI above the content */
|
||||
}
|
||||
|
||||
:root[sizemode="fullscreen"] :-moz-any(#navigator-toolbox, #titlebar, #nav-bar, #PersonalToolbar) {
|
||||
width: 100%; /* Makes the UI take up the entire width */
|
||||
}
|
||||
|
||||
@include OS($linux) {
|
||||
/* Fix transparent backgorund */
|
||||
:root[tabsintitlebar][sizemode="fullscreen"] #TabsToolbar:not(:-moz-lwtheme) {
|
||||
appearance: auto !important;
|
||||
}
|
||||
}
|
||||
4
src/fullscreen/_show_bookmarkbar.css
Normal file
4
src/fullscreen/_show_bookmarkbar.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
:root:not([sizemode="fullscreen"]) #PersonalToolbar[initialized="true"]:not([collapsed="true"]),
|
||||
:root[sizemode="fullscreen"] #PersonalToolbar[initialized="true"] {
|
||||
visibility: unset !important; /* Makes the bookmarks toolbar visible if enabled */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue