commit c8f5fbb930aa9fea6ff6333f5a6ab1f690da32d4 parent bffd87b887fab98f18272701096c2a6f7bd9329e Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 19 May 2024 21:12:59 +0200 increase chat height Diffstat:
M | assets/css/custom.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -24,7 +24,7 @@ a[href^="https"]:where([href*="www.twitch.tv"])::after { } .chatwrapper, .chatwrapper > iframe { height:100%; - min-height: 600px; + min-height: 800px; border: 0; margin: 0px; }