add basic support for -moz-platform media query
This commit is contained in:
@@ -7,8 +7,12 @@ See the above repository for updates as well as full license text. */
|
||||
:root[uidensity="compact"] #navigator-toolbox{ --uc-menubar-height: 30px }
|
||||
|
||||
#titlebar{ -moz-box-direction: reverse; -moz-appearance: none !important; }
|
||||
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
|
||||
:root[sizemode="maximized"][tabsintitlebar] #TabsToolbar{ margin-top: 8px !important; }
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
:root[sizemode="maximized"][tabsintitlebar] #TabsToolbar{
|
||||
margin-top: 8px !important;
|
||||
}
|
||||
}
|
||||
#toolbar-menubar{
|
||||
margin-bottom: calc(0px - var(--uc-menubar-height));
|
||||
|
||||
Reference in New Issue
Block a user