updated lite

This commit is contained in:
Concedo 2024-02-09 22:21:58 +08:00
parent c3d1a7d123
commit 0ec0055edc

View file

@ -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
</div>
<div class="settinglabel">
<div class="justifyleft settingsmall">Unlock Scroll Height <span class="helpicon">?<span
class="helptext">Unlocks the text viewport, allowing for infinite height without scrolling (Printable View)</span></span></div>
class="helptext">Unlocks the text viewport, allowing for infinite height without scrolling</span></span></div>
<input type="checkbox" id="printer_view" style="margin:0px 0px 0px auto;">
</div>
<div class="settinglabel">