CSS: always fullheight info in desktop view

このコミットが含まれているのは:
n9k 2022-06-15 10:10:04 +00:00
コミット 46cd032510
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -552,6 +552,9 @@ footer {
#chat-form_js[data-captcha] #chat-live__status [data-verbose="false"] { #chat-form_js[data-captcha] #chat-live__status [data-verbose="false"] {
display: inline; display: inline;
} }
#info_nojs {
height: 100% !important;
}
#nochat:target { #nochat:target {
--chat-width: 0px; --chat-width: 0px;
} }