mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 11:00:40 +00:00
updated lite
This commit is contained in:
parent
c3d1a7d123
commit
0ec0055edc
1 changed files with 25 additions and 13 deletions
38
klite.embd
38
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
|
|||
</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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue