Add @user0’s contributions as of 2023-05-22

This commit is contained in:
@user0 2023-05-22 21:17:11 +02:00 committed by Claudia Pellegrino
parent ad06da4868
commit b436b28843
No known key found for this signature in database
GPG key ID: 7AA67DE7B73139CE
5 changed files with 20 additions and 5 deletions

View file

@ -20,11 +20,6 @@ See the above repository for updates as well as full license text. */
width: 0 !important;
}
/* Shorten tab content width so that tab number is more visible */
.tabbrowser-tab[selected]:not(:hover,[pinned]) > .tab-stack > .tab-content {
width: calc(100vw - 150px) !important;
}
/* Hide tab number when hovering so that tab close button is clickable */
.tabbrowser-tab:not([pinned]):hover .tab-content::after {
visibility: hidden !important;

View file

@ -12,6 +12,11 @@
min-width: 100vw !important;
}
/* Shorten tab content width so that tab number is more visible */
.tabbrowser-tab[selected]:not(:hover,[pinned]) > .tab-stack > .tab-content {
width: calc(100vw - 30px) !important;
}
/* Hide Newtab and New-tab buttons */
#new-tab-button,
#tabs-newtab-button {

View file

@ -17,4 +17,9 @@
min-width: calc(100vw - 40px) !important;
}
/* Shorten tab content width so that tab number is more visible */
.tabbrowser-tab[selected]:not(:hover,[pinned]) > .tab-stack > .tab-content {
width: calc(100vw - 70px) !important;
}
}

View file

@ -17,4 +17,9 @@
min-width: calc(100vw - 80px) !important;
}
/* Shorten tab content width so that tab number is more visible */
.tabbrowser-tab[selected]:not(:hover,[pinned]) > .tab-stack > .tab-content {
width: calc(100vw - 110px) !important;
}
}

View file

@ -17,4 +17,9 @@
min-width: calc(100vw - 120px) !important;
}
/* Shorten tab content width so that tab number is more visible */
.tabbrowser-tab[selected]:not(:hover,[pinned]) > .tab-stack > .tab-content {
width: calc(100vw - 150px) !important;
}
}