mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 15:37:46 -04:00
feat: implement collapsible sidebar
chore: basic sidebar toggle button chore: update compiled css
This commit is contained in:
@ -7,3 +7,15 @@
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-container {
|
||||
li > div {
|
||||
@apply h-0;
|
||||
}
|
||||
li.open > div {
|
||||
@apply h-auto;
|
||||
}
|
||||
li.open > a > span > svg > path {
|
||||
@apply rotate-90;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user