feat: new sidebar (app shell) styles (#2303)

This commit is contained in:
Peng Xiao
2023-05-12 11:13:51 +08:00
committed by GitHub
parent 0fbed5d9d6
commit 10b4558947
54 changed files with 1166 additions and 642 deletions
@@ -51,7 +51,7 @@ const slideOut2 = keyframes({
export const changeLogWrapperSlideInStyle = style({
width: 'calc(100% + 4px)',
height: '0px',
flexShrink: 0,
animation: `${slideIn} 1s ease-in-out forwards`,
display: 'flex',
justifyContent: 'flex-start',