mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-30 00:50:49 +02:00
updated lite
This commit is contained in:
+25
-13
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user