commit 0da750cc64e4edf0c8c2236e423e49451dc0763d
parent dab6293884900823cbd13b12cd194d03fcc93e66
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 20 Apr 2024 13:40:12 +0200
Add minimal height of chat window
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css
@@ -25,7 +25,7 @@ html, body {
min-width: 400px;
max-width: 500px;
height: 100vh;
- min-height: 225px;
+ min-height: 400px !important;
}
@media only screen and (min-width: 1000px) {
#stream-window {