From 46cd032510a88e4d06ca656f2320ca28ec705894 Mon Sep 17 00:00:00 2001 From: n9k Date: Wed, 15 Jun 2022 10:10:04 +0000 Subject: [PATCH] CSS: always fullheight info in desktop view --- anonstream/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anonstream/static/style.css b/anonstream/static/style.css index 74dee06..a2a379b 100644 --- a/anonstream/static/style.css +++ b/anonstream/static/style.css @@ -552,6 +552,9 @@ footer { #chat-form_js[data-captcha] #chat-live__status [data-verbose="false"] { display: inline; } + #info_nojs { + height: 100% !important; + } #nochat:target { --chat-width: 0px; }