buttons in tabs periphery: Make scrollbox > slot have display:contents
This commit is contained in:
@@ -43,6 +43,9 @@ Any button to the right of the flexible space is pushed to the right edge.
|
|||||||
.scrollbox-clip[orient="horizontal"]{
|
.scrollbox-clip[orient="horizontal"]{
|
||||||
contain: var(--uc-scrollbox-containment,initial) !important;
|
contain: var(--uc-scrollbox-containment,initial) !important;
|
||||||
}
|
}
|
||||||
|
scrollbox[orient="horizontal"] > slot{
|
||||||
|
display: contents !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#tabbrowser-tabs ~ toolbarspring{
|
#tabbrowser-tabs ~ toolbarspring{
|
||||||
flex-grow: 0 !important;
|
flex-grow: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user