fix(style): remove sidebar item extra padding and gap (#155)

* fix: remove sidebar item extra padding and gap

* chore: run build:css
This commit is contained in:
Xin
2023-10-27 09:57:48 -04:00
committed by GitHub
parent 2d2e8aec4c
commit 141e0d8f8c
4 changed files with 4 additions and 11 deletions

View File

@ -13,7 +13,7 @@
@apply h-0;
}
li.open > div {
@apply h-auto;
@apply h-auto pt-1;
}
li.open > a > span > svg > path {
@apply rotate-90;