proton tab alignment update
This commit is contained in:
parent
aab630fad0
commit
0cbe62290b
@ -294,3 +294,32 @@ tab[selected]:-moz-window-inactive {
|
|||||||
.tabbrowser-tab:not([image]) .tab-icon-stack {
|
.tabbrowser-tab:not([image]) .tab-icon-stack {
|
||||||
margin-left: 0 !important
|
margin-left: 0 !important
|
||||||
}
|
}
|
||||||
|
@media (-moz-proton) {
|
||||||
|
|
||||||
|
/* Firefox v89 beta tab fix */
|
||||||
|
.tab-background {
|
||||||
|
border-radius: 0 !important;
|
||||||
|
margin-block: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Align personal bookmarks v89 */
|
||||||
|
#personal-bookmarks {
|
||||||
|
-moz-box-align: center !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* fix misc spacing between tabs */
|
||||||
|
.tabbrowser-tab {
|
||||||
|
padding-inline: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[selected="true"]>.tab-stack>.tab-background {
|
||||||
|
margin-left: 0px !important;
|
||||||
|
margin-right: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* centre text when audio is playing */
|
||||||
|
.tabbrowser-tab:is([soundplaying]) .tab-label-container {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
margin-right: auto !important
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user