mirror of
https://github.com/coaidev/coai.git
synced 2025-05-28 09:20:18 +09:00
chore: update admin menu
This commit is contained in:
parent
6136a10725
commit
e0b89817d4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user