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

Commit

Permalink
Minor visual improvements
Browse files Browse the repository at this point in the history
Improved scrollbar visibility when multiple tabs are open and added a background to the new tab button when it triggers its sticky position
  • Loading branch information
mgastonportillo committed Oct 19, 2023
1 parent 91871eb commit d3454af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sidebery.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

.PinnedTabsBar {
padding-top: 2px !important;
padding: 2px var(--tabs-margin) var(--tabs-margin) 3px !important;
background: transparent;
}

Expand Down Expand Up @@ -105,7 +105,8 @@

.TabsPanel .bottom-space,
.TabsPanel .new-tab-btns {
background: none;
background: var(--s-frame-bg);
padding: 2px 7px 2px 2px;
}

.SearchBar {
Expand Down Expand Up @@ -138,4 +139,3 @@
max-width: 97%;
}

/* I'll add more things as I test them */

0 comments on commit d3454af

Please sign in to comment.