Skip to content

Commit bba933a

Browse files
committed
userChrome.css: Remove unnecessary code
1 parent 0022364 commit bba933a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

usr/share/webapp-manager/firefox/profile/chrome/userChrome.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ See the above repository for updates as well as full license text. */
1414
--uc-toolbox-rotation: 88.5deg;
1515
}
1616

17-
@media (-moz-platform: windows){
18-
:root:not([lwtheme]) #navigator-toolbox{ background-color: -moz-dialog !important; }
19-
}
20-
2117
:root[sizemode="fullscreen"],
2218
:root[sizemode="fullscreen"] #navigator-toolbox{ margin-top: 0 !important; }
2319

@@ -78,10 +74,6 @@ See the above repository for updates as well as full license text. */
7874
-moz-appearance: none !important;
7975
}
8076

81-
/* These two exist for oneliner compatibility */
82-
#nav-bar{ width: var(--uc-navigationbar-width,100vw) }
83-
#TabsToolbar{ width: calc(100vw - var(--uc-navigationbar-width,0px)) }
84-
8577
/* Don't apply transform before window has been fully created */
8678
:root:not([sessionrestored]) #navigator-toolbox{ transform:none !important }
8779

@@ -93,12 +85,3 @@ See the above repository for updates as well as full license text. */
9385

9486
#navigator-toolbox[inFullscreen] > #PersonalToolbar,
9587
#PersonalToolbar[collapsed="true"]{ display: none }
96-
97-
/* Uncomment this if tabs toolbar is hidden with hide_tabs_toolbar.css */
98-
/*#titlebar{ margin-bottom: -9px }*/
99-
100-
/* Uncomment the following for compatibility with tabs_on_bottom.css - this isn't well tested though */
101-
/*
102-
#navigator-toolbox{ flex-direction: column; display: flex; }
103-
#titlebar{ order: 2 }
104-
*/

0 commit comments

Comments
 (0)