add basic support for -moz-platform media query
This commit is contained in:
@@ -25,8 +25,12 @@ See the above repository for updates as well as full license text. */
|
||||
--multirow-tab-min-width: 100px;
|
||||
--multirow-tab-dynamic-width: 1; /* Change to 0 for fixed-width tabs using the above width. */
|
||||
}
|
||||
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
|
||||
:root[tabsintitlebar][sizemode="maximized"]{ --multirow-top-padding: 8px }
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
:root[tabsintitlebar][sizemode="maximized"]{
|
||||
--multirow-top-padding: 8px;
|
||||
}
|
||||
}
|
||||
:root[uidensity="compact"]{--multirow-toolbar-height: 34px}
|
||||
:root{ border-top-width: 0px !important }
|
||||
|
||||
Reference in New Issue
Block a user