Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Improve the new tab button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mgastonportillo committed Oct 30, 2023
1 parent 7ed694f commit e3a9765
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions sidebery.css
Original file line number Diff line number Diff line change
@@ -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 --- */
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit e3a9765

Please sign in to comment.