Skip to content

Commit

Permalink
fix problem with sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Mar 25, 2024
1 parent b63642d commit 6c2b49b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions floorp/browser/base/content/browser-floorp.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,9 @@
}

:root[invisibleBMS] #sidebar2-box{
max-width: 0px !important;
min-width: 0px !important;
max-width: 0px !important;
min-width: 0px !important;
border: unset !important;
}

#bsb-context-add, #bsb-context-link-add {
Expand Down

0 comments on commit 6c2b49b

Please sign in to comment.