optimize a lot of stuff

This commit is contained in:
sky
2026-04-06 21:49:07 -04:00
parent 6391f71710
commit d6cb5bd114
10 changed files with 306 additions and 258 deletions

View File

@ -25,6 +25,10 @@ sidebar {
transition-timing-function: ease-in-out;
}
.sidebar-item.active {
}
iframe {
width: calc(100% - 50px - 10px);
height: calc(100vh - 20px);
@ -66,6 +70,7 @@ iframe {
#open-bottom-menu {
position: absolute;
bottom: -40px;
transition-duration: 0.5s;
height: 50px;
left: 0;
right: 0;