Skip to content

Commit

Permalink
Remove old -moz-os-version media queries
Browse files Browse the repository at this point in the history
They aren't needed anymore since ESR supports -moz-platform already
  • Loading branch information
MrOtherGuy committed May 16, 2023
1 parent 2a6e95b commit d6eb2ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions chrome/autohide_toolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ See the above repository for updates as well as full license text. */
--uc-toolbox-rotation: 88.5deg;
}

@media (-moz-platform: windows),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win10){

@media (-moz-platform: windows){
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
}

Expand Down
2 changes: 1 addition & 1 deletion chrome/combined_tabs_and_main_toolbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the above repository for updates as well as full license text. */
}
:root[tabsintitlebar="true"] #nav-bar{ padding-inline: calc(var(--uc-hide-window-control-space,1) * 96px + 20px) 0px !important; }

@media (-moz-platform: windows-win10),(-moz-os-version: windows-win10){
@media (-moz-platform: windows-win10){
:root[tabsintitlebar="true"] #nav-bar{ padding-left: calc(var(--uc-hide-window-control-space,1) * 134px + 20px) !important; }
}
#toolbar-menubar[autohide="true"] + #TabsToolbar .titlebar-buttonbox{ -moz-box-direction: reverse; flex-direction: row-reverse }
Expand Down
4 changes: 1 addition & 3 deletions chrome/tabs_below_content.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ linux_gtk_window_control_patch.css
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-buttonbox-container{ height: 100%; }
:root[tabsintitlebar="true"]:not([inFullscreen]) #toolbar-menubar[autohide="false"] .titlebar-button{ padding: 2px 17px !important; }

@media (-moz-platform: windows),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win10){
@media (-moz-platform: windows){
#titlebar{ -moz-appearance: none !important; }
}
/* Move tabs below content */
Expand Down
4 changes: 1 addition & 3 deletions chrome/window_control_placeholder_support.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ See the above repository for updates as well as full license text. */
}

@media (-moz-platform: windows-win7),
(-moz-platform: windows-win8),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win8){
(-moz-platform: windows-win8){
:root:is([tabsintitlebar], [sizemode="fullscreen"]) {
--uc-window-control-width: 105px;
}
Expand Down

0 comments on commit d6eb2ac

Please sign in to comment.