remove old @supports -moz-bool-pref uses

This commit is contained in:
MrOtherGuy
2024-05-16 05:11:36 +03:00
parent c3ef474fd1
commit cb601a0a29
9 changed files with 1 additions and 101 deletions

View File

@@ -83,18 +83,3 @@ See the above repository for updates as well as full license text. */
flex-direction: row-reverse;
}
}
/* This pref can be used to force window controls on left even if that is not normal behavior on your OS */
@supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){
:root[tabsintitlebar="true"] #nav-bar{
border-inline-width: calc(var(--uc-window-control-width,0px) + var(--uc-window-drag-space-post,0px)) var(--uc-window-drag-space-pre,0px)
}
:root[sizemode="fullscreen"] #TabsToolbar > .titlebar-buttonbox-container:last-child,
:root[sizemode="fullscreen"] #window-controls{ right: unset; }
.titlebar-buttonbox-container{
order: -1 !important;
}
.titlebar-buttonbox{
flex-direction: row-reverse;
}
}