From e3a97658003c86a6519f8c0ee037a3e9da016ca9 Mon Sep 17 00:00:00 2001 From: mgastonportillo Date: Mon, 30 Oct 2023 12:07:50 -0300 Subject: [PATCH] Improve the new tab button style --- sidebery.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/sidebery.css b/sidebery.css index 0df4c08..0c043e8 100755 --- a/sidebery.css +++ b/sidebery.css @@ -1,8 +1,8 @@ #root.root { --s-frame-bg: #1c1b22 !important; --s-toolbar-bg: #2b2a33 !important; - /* --s-frame-fg: #fbfbfe !important; - --s-toolbar-fg: #fbfbfe !important; */ + /* --s-frame-fg: #fbfbfe !important; */ + /* --s-toolbar-fg: #fbfbfe !important; */ } /* --- NAV BAR --- */ @@ -44,12 +44,17 @@ opacity: 100%; } -/* --- IMPROVEMENTS --- */ - .TabsPanel { margin: 5px 0; } +.TabsPanel .new-tab-btn { + height: var(--tabs-height); + margin: 0 4px; +} + +/* --- IMPROVEMENTS --- */ + .central-box { z-index: 1; background: var(--s-frame-bg);