lots of work
This commit is contained in:
parent
552ba7f3c9
commit
75bd06cac3
19 changed files with 523 additions and 314 deletions
21
src/components/sidebar.module.css
Normal file
21
src/components/sidebar.module.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
.root {
|
||||
display: grid;
|
||||
grid: auto 1fr / 100%;
|
||||
|
||||
& > button {
|
||||
inline-size: max-content;
|
||||
padding: 0;
|
||||
background-color: var(--surface-1);
|
||||
color: var(--text-1);
|
||||
border: none;
|
||||
font-size: var(--text-l);
|
||||
}
|
||||
|
||||
& > .content {
|
||||
overflow: auto clip;
|
||||
}
|
||||
|
||||
&.closed > .content {
|
||||
inline-size: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue