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

@@ -3,9 +3,9 @@ See the above repository for updates as well as full license text. */
/* Makes menubar to appear in tabs toolbar pushing tabs to the side */
#toolbar-menubar:not([inactive]) ~ #TabsToolbar{
margin-left:300px !important;
margin-top: -26px !important;
margin-left:300px !important;
margin-top: -26px !important;
}
:root[sizemode="maximized"] #toolbar-menubar:not([inactive]) ~ #TabsToolbar{
margin-top: -28px !important;
margin-top: -28px !important;
}