mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Added sidebar grow/shrink animation
refs https://github.com/TryGhost/Team/issues/1149 - beginnings of full sidebar animation, adding early to gauge impact of animation that causes layout paints for each frame
This commit is contained in:
parent
10176087f8
commit
1172267e55
@ -102,6 +102,7 @@
|
||||
/* background: linear-gradient(315deg,var(--whitegrey-l2),var(--white)); */
|
||||
transform: translateX(0);
|
||||
border-right: 1px solid var(--main-color-area-divider);
|
||||
transition: flex-basis 250ms;
|
||||
}
|
||||
|
||||
.gh-nav-menu {
|
||||
|
Loading…
Reference in New Issue
Block a user