Skip to content

Commit

Permalink
get some animations going
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptaiNiveau committed Oct 13, 2023
1 parent db9e986 commit 2215d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
position: relative !important;
margin-top: var(--menubar-height) !important;
border-right: none;
transition: none !important;
transition: 0.25s !important;

/* lock sidebar to specified width */
min-width: var(--sidebar-width) !important;
Expand Down Expand Up @@ -70,6 +70,7 @@
max-width: 350px !important;
z-index: 999;
margin-right: -300px !important;
a
}

/*Tree Style Tabs && Sideberry specific sidebar width and size*/
Expand Down

0 comments on commit 2215d3e

Please sign in to comment.