Fix mobile heights
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user