Clean UI and fix a bug related to empty Silksong path

This commit is contained in:
2026-03-21 15:19:34 +01:00
parent eb923a0c57
commit 90eb204021
13 changed files with 111 additions and 105 deletions

View File

@@ -49,6 +49,13 @@ body {
flex-direction: column;
}
.sidebar-content {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
.logo {
height: 70px;
display: flex;
@@ -75,10 +82,6 @@ body {
height: 100px;
}
.invert-color {
filter: invert(1);
}
.nav {
padding: 20px;
}