From 0ec0055edc6aa677b1fc99fb95f1e931d98bd04e Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:21:58 +0800 Subject: [PATCH] updated lite --- klite.embd | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/klite.embd b/klite.embd index a382574b3..59fcb2450 100644 --- a/klite.embd +++ b/klite.embd @@ -176,18 +176,6 @@ Current version: 110 font-size: 12pt; font-family: "Helvetica"; } - @media (max-width: 720px) { - #gamescreen - { - height: 58vh; - } - } - @media (max-width: 406px) { - #gamescreen - { - height: 52vh; - } - } #gamescreen span { @@ -1854,6 +1842,30 @@ Current version: 110 { height: 66vh; } + @media (max-width: 720px) { + .normal_viewport_height + { + height: 58vh; + } + } + @media (max-width: 406px) { + .normal_viewport_height + { + height: 52vh; + } + } + @media print { + #inputrow, #actionmenu, #actionmenu2,#topmenu,.lastreq,.cht_inp_hold_outer + { + display: none; + } + #gamescreen, .chat_msg_history + { + display: inline; + height: auto; + overflow-y: hidden; + } + } .aesthetic_viewport_height { height: 72vh; @@ -13326,7 +13338,7 @@ Current version: 110
Unlock Scroll Height ?Unlocks the text viewport, allowing for infinite height without scrolling (Printable View)
+ class="helptext">Unlocks the text viewport, allowing for infinite height without scrolling