mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 14:22:54 +00:00
get some animations going
This commit is contained in:
parent
db9e9860ad
commit
2215d3e6ac
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue