Use the same extra titlebar padding on Win7 that is used on Win10

This commit is contained in:
MrOtherGuy
2021-06-06 08:23:40 +03:00
parent 6f2d9f5593
commit 86f8cf4b86
9 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ linux_gtk_window_control_patch.css
*/
:root{ --uc-titlebar-padding: 0px; }
@media (-moz-os-version: windows-win10){
@media (-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,