Fix mobile heights
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s

This commit is contained in:
2026-04-08 01:26:00 +01:00
parent a15aa040f4
commit 4000baf755

View File

@@ -179,12 +179,16 @@ import Steam from "./Steam.vue";
} }
.commits-sidebar, .commits-sidebar,
.steam-sidebar, .steam-sidebar {
width: 100%;
max-height: 300px;
}
.chat-sidebar { .chat-sidebar {
width: 100%; width: 100%;
min-height: 250px; min-height: 400px;
max-height: 400px; max-height: 800px;
height: 15vh; height: 25vh;
} }
.time-sidebar, .time-sidebar,