mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-20 19:41:57 -08:00
Clean: Pinned tab
This commit is contained in:
parent
4515313b55
commit
8f8ebba093
1 changed files with 13 additions and 13 deletions
|
|
@ -280,26 +280,30 @@
|
|||
height: 24px !important;
|
||||
padding: 7px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned][visuallyselected]:not([busy]) .tab-content {
|
||||
padding-inline: 7.5px !important; /* Original: 10px */
|
||||
}
|
||||
.tabbrowser-tab[pinned][visuallyselected][busy] .tab-content {
|
||||
padding-inline-end: 9.5px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned][visuallyselected] .tab-icon-image {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Left Padding - Assume the icon size is 17px */
|
||||
.tabbrowser-tab[pinned][visuallyselected]:not([busy]) .tab-content {
|
||||
padding-inline: 7.5px !important; /* Original: 10px */
|
||||
}
|
||||
|
||||
/* Right Padding - Assume the icon size is 17px */
|
||||
.tabbrowser-tab[pinned][visuallyselected]:not([busy]) .tab-icon-stack {
|
||||
width: 8.5px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned][visuallyselected]:not([busy]) .tab-content {
|
||||
padding-inline-end: 0px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned][visuallyselected][busy] .tab-content {
|
||||
padding-inline-end: 9.5px !important;
|
||||
}
|
||||
.tabbrowser-tab[pinned][busy] .tab-content {
|
||||
padding-inline: 10.5px !important;
|
||||
}
|
||||
|
||||
/* Sound Tab - Don't move overlay */
|
||||
.tabbrowser-tab[pinned][busy] .tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
transform: translateX(.5px) translateY(-2px) !important;
|
||||
|
|
@ -310,10 +314,6 @@
|
|||
left: 0 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned][busy] .tab-content {
|
||||
padding-inline: 10.5px !important; /* Assume the icon size is 17px */
|
||||
}
|
||||
|
||||
/** Container Tab - Color line at icon's bottom *****************************/
|
||||
.tab-context-line {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue