Template refactors

En iets met de playlist-maker. URLs opnieuw ingedeeld.
This commit is contained in:
2024-03-18 12:48:33 +01:00
parent 8dca25f861
commit c44db12d30
8 changed files with 91 additions and 90 deletions
+5 -1
View File
@@ -24,6 +24,10 @@ body {
left: 0;
width: calc(100% - 6px);
}
#main-window > .window-body {
min-height: calc(100vh - 42px);
}
}
input[type=submit] {
@@ -47,7 +51,7 @@ input#spotify-input + input[type=submit]{
}
.tree-view.overview {
height: 400px;
height: 384px;
overflow-y: scroll;
}