From e73c60ecfdadd2edb648dc3548bd18b569715c50 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 6 Oct 2024 05:35:14 +0300 Subject: [PATCH] buttons in tabs periphery: Make scrollbox > slot have display:contents --- chrome/toolbarbuttons_in_tabs_periphery.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/toolbarbuttons_in_tabs_periphery.css b/chrome/toolbarbuttons_in_tabs_periphery.css index af917eb..3e5cddd 100644 --- a/chrome/toolbarbuttons_in_tabs_periphery.css +++ b/chrome/toolbarbuttons_in_tabs_periphery.css @@ -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;