0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Removed sidebar bg

This commit is contained in:
Peter Zimon 2024-10-10 13:08:16 +01:00
parent e4076fbde8
commit 86f2fd09c5

View file

@ -99,9 +99,9 @@
flex-direction: column;
min-width: 0;
/* background: linear-gradient(315deg,var(--whitegrey-l2),var(--white)); */
background: var(--whitegrey-l2);
/* background: var(--whitegrey-l2); */
transform: translateX(0);
/* border-right: 1px solid var(--main-color-area-divider); */
border-right: 1px solid var(--main-color-area-divider);
transition: flex-basis 250ms;
overflow: hidden;
}