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

@@ -32,9 +32,9 @@ See the above repository for updates as well as full license text. */
z-index: 3;
}
:root[sessionrestored] #nav-bar:focus-within{
transform: rotateX(0deg);
opacity: 1;
transition-delay: 0ms, 0ms !important;
transform: rotateX(0deg);
opacity: 1;
transition-delay: 0ms, 0ms !important;
}
/* This enables compatibility with autohide_bookmarks_toolbar.css */