This commit is contained in:
2024-03-31 14:56:26 +02:00
parent ebca41dc8f
commit 3c9065ee8c
25 changed files with 49 additions and 29 deletions

View File

@@ -161,6 +161,7 @@
height: 100vh;
display: flex;
transition: left 400ms;
top: 0;
}
&.sidebar-visible {
@@ -200,7 +201,6 @@
display: flex;
flex-direction: column;
.buttons {
flex: 1;
@@ -228,6 +228,7 @@
position: absolute;
height: 100%;
left: 0;
top: 0;
width: 100vw;
display: flex;
flex-direction: column;