feat: styles update

This commit is contained in:
2025-04-07 16:37:59 +03:00
parent 083a0f27c0
commit 2ef4b967f3
6 changed files with 48 additions and 30 deletions

View File

@@ -1 +1,13 @@
@reference "../index.scss";
#main_container {
@apply flex h-screen flex-col md:flex-row;
}
#router_container {
@apply flex-1 overflow-y-auto px-3 pb-[6rem] break-all md:pb-5;
}
#menu_container {
@apply md:sticky md:top-0 md:h-screen;
}