add basic support for -moz-platform media query
This commit is contained in:
@@ -16,8 +16,12 @@ linux_gtk_window_control_patch.css
|
||||
*/
|
||||
|
||||
:root{ --uc-titlebar-padding: 0px; }
|
||||
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
|
||||
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
:root[sizemode="maximized"][tabsintitlebar]{
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
}
|
||||
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
|
||||
#TabsToolbar > .titlebar-buttonbox-container{
|
||||
|
||||
Reference in New Issue
Block a user