mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
updated lite
This commit is contained in:
+25
-13
@@ -176,18 +176,6 @@ Current version: 110
|
|||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-family: "Helvetica";
|
font-family: "Helvetica";
|
||||||
}
|
}
|
||||||
@media (max-width: 720px) {
|
|
||||||
#gamescreen
|
|
||||||
{
|
|
||||||
height: 58vh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 406px) {
|
|
||||||
#gamescreen
|
|
||||||
{
|
|
||||||
height: 52vh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#gamescreen span {
|
#gamescreen span {
|
||||||
@@ -1854,6 +1842,30 @@ Current version: 110
|
|||||||
{
|
{
|
||||||
height: 66vh;
|
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
|
.aesthetic_viewport_height
|
||||||
{
|
{
|
||||||
height: 72vh;
|
height: 72vh;
|
||||||
@@ -13326,7 +13338,7 @@ Current version: 110
|
|||||||
</div>
|
</div>
|
||||||
<div class="settinglabel">
|
<div class="settinglabel">
|
||||||
<div class="justifyleft settingsmall">Unlock Scroll Height <span class="helpicon">?<span
|
<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;">
|
<input type="checkbox" id="printer_view" style="margin:0px 0px 0px auto;">
|
||||||
</div>
|
</div>
|
||||||
<div class="settinglabel">
|
<div class="settinglabel">
|
||||||
|
|||||||
Reference in New Issue
Block a user