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

@@ -6,10 +6,10 @@ See the above repository for updates as well as full license text. */
/* Firefox 70+ */
#urlbar-container{
transform: translateY(0);
position: relative;
z-index: 10;
padding-block: 3px !important;
transform: translateY(0);
position: relative;
z-index: 10;
padding-block: 3px !important;
padding-inline: 0px !important;
margin-inline: 5px !important;
}