Replace all <Tab> characters with two spaces

This commit is contained in:
MrOtherGuy
2020-05-22 09:07:26 +03:00
parent a3146bb483
commit a0c8c9c2a0
18 changed files with 76 additions and 76 deletions

View File

@@ -31,9 +31,9 @@ linux_gtk_window_control_patch.css
/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
@media not (-moz-os-version: windows-win10){
:root{ --uc-titlebar-padding: 0px !important }
:root{ --uc-titlebar-padding: 0px !important }
}
.titlebar-buttonbox-container{ left:0; right: unset; }
.titlebar-buttonbox-container{ left:0; right: unset; }
}
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }