From d3454af9e0594ab48ec725340eecdcea1e96d81c Mon Sep 17 00:00:00 2001 From: mgastonportillo Date: Thu, 19 Oct 2023 10:20:49 -0300 Subject: [PATCH] Minor visual improvements Improved scrollbar visibility when multiple tabs are open and added a background to the new tab button when it triggers its sticky position --- sidebery.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sidebery.css b/sidebery.css index 01b6d69..1d55d29 100755 --- a/sidebery.css +++ b/sidebery.css @@ -70,7 +70,7 @@ } .PinnedTabsBar { - padding-top: 2px !important; + padding: 2px var(--tabs-margin) var(--tabs-margin) 3px !important; background: transparent; } @@ -105,7 +105,8 @@ .TabsPanel .bottom-space, .TabsPanel .new-tab-btns { - background: none; + background: var(--s-frame-bg); + padding: 2px 7px 2px 2px; } .SearchBar { @@ -138,4 +139,3 @@ max-width: 97%; } -/* I'll add more things as I test them */