Skip to content

Commit

Permalink
remove right border on sidebery
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed May 21, 2024
1 parent bef6e5d commit 90c9078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome/bar/sidebar/sidebery.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
#sidebar,
#sidebar-header {
background-color: inherit !important;
border-inline: 1px solid rgb(80, 80, 80);
border-inline-width: 0px 1px;
border-inline: 1px solid #C38F8F;
border-inline-width: 0px 0px;
}

#sidebar-box:not([positionend]) > :-moz-locale-dir(rtl),
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ I recommend using a Firefox account and sync everything. Make sure to disable te

## Features

- Sidebar (Sidebery)
- Sidebar (Sidebery) with over and auto-hide mechanism
- Hovercards
- Scrollable through tabs
- Search bar for tabs in the sidebar
Expand Down

0 comments on commit 90c9078

Please sign in to comment.