Remove Windows specific extra titlbar paddings from codebase
Firefox 101 doesn't need those anymore :)
This commit is contained in:
@@ -25,14 +25,4 @@ See the above repository for updates as well as full license text. */
|
||||
#TabsToolbar > .titlebar-spacer{ display: none }
|
||||
#TabsToolbar{ margin-bottom: calc(0px - var(--tab-min-height) - 2 * var(--tab-block-margin))}
|
||||
|
||||
:root{ --uc-titlebar-padding: 0px; }
|
||||
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
:root[sizemode="maximized"][tabsintitlebar]{
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
#titlebar{ -moz-appearance: none !important; margin-top: var(--uc-titlebar-padding) }
|
||||
#titlebar{ -moz-appearance: none !important; }
|
||||
|
||||
Reference in New Issue
Block a user