mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Add @user0’s contributions as of 2023-05-22
This commit is contained in:
parent
ad06da4868
commit
b436b28843
5 changed files with 20 additions and 5 deletions
|
@ -20,11 +20,6 @@ See the above repository for updates as well as full license text. */
|
||||||
width: 0 !important;
|
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 */
|
/* Hide tab number when hovering so that tab close button is clickable */
|
||||||
.tabbrowser-tab:not([pinned]):hover .tab-content::after {
|
.tabbrowser-tab:not([pinned]):hover .tab-content::after {
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
|
|
|
@ -12,6 +12,11 @@
|
||||||
min-width: 100vw !important;
|
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 */
|
/* Hide Newtab and New-tab buttons */
|
||||||
#new-tab-button,
|
#new-tab-button,
|
||||||
#tabs-newtab-button {
|
#tabs-newtab-button {
|
||||||
|
|
|
@ -17,4 +17,9 @@
|
||||||
min-width: calc(100vw - 40px) !important;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,4 +17,9 @@
|
||||||
min-width: calc(100vw - 80px) !important;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,4 +17,9 @@
|
||||||
min-width: calc(100vw - 120px) !important;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue