chore: update admin menu

This commit is contained in:
Zhang Minghan 2024-03-09 12:37:32 +08:00
parent 6136a10725
commit e0b89817d4

View File

@ -9,15 +9,14 @@
background: hsl(var(--background));
transition: 0.225s ease-in-out;
min-height: calc(100% - 56px);
transition-property: width, background, box-shadow, opacity;
transition-property: width, background, box-shadow;
border-right: 0;
opacity: 0;
pointer-events: none;
overflow-x: hidden;
&.open {
width: 260px;
border-right: 1px solid hsl(var(--border));
opacity: 1;
pointer-events: all;
}