buttons in tabs periphery: Make scrollbox > slot have display:contents

This commit is contained in:
MrOtherGuy
2024-10-06 05:35:14 +03:00
parent 4e6c1afd64
commit e73c60ecfd

View File

@@ -43,6 +43,9 @@ Any button to the right of the flexible space is pushed to the right edge.
.scrollbox-clip[orient="horizontal"]{
contain: var(--uc-scrollbox-containment,initial) !important;
}
scrollbox[orient="horizontal"] > slot{
display: contents !important;
}
}
#tabbrowser-tabs ~ toolbarspring{
flex-grow: 0 !important;