Remove xul-box use from bunch of styles

This commit is contained in:
MrOtherGuy
2023-03-31 18:26:43 +03:00
parent a9201944a9
commit 647b413152
10 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -69,6 +69,6 @@ See the above repository for updates as well as full license text. */
/* Set this pref if you want unpinned tabs to become hidden unless selected */
@supports -moz-bool-pref("userchrome.hide-unpinned-tabs.enabled"){
#alltabs-button{ display: -moz-box !important }
#alltabs-button{ display: flex !important }
.tabbrowser-tab:not([pinned]):not([selected]){ visibility: collapse }
}