mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Mobile support for story review
This commit is contained in:
@@ -1237,11 +1237,12 @@ body {
|
|||||||
height: 98vh;
|
height: 98vh;
|
||||||
margin-left: var(--flyout_menu_closed_width);
|
margin-left: var(--flyout_menu_closed_width);
|
||||||
grid-template-areas: "menuicon gamescreen lefticon"
|
grid-template-areas: "menuicon gamescreen lefticon"
|
||||||
|
"menuicon review lefticon"
|
||||||
"menuicon options lefticon"
|
"menuicon options lefticon"
|
||||||
"menuicon theme lefticon"
|
"menuicon theme lefticon"
|
||||||
"menuicon inputrow lefticon";
|
"menuicon inputrow lefticon";
|
||||||
grid-template-columns: 30px auto 30px;
|
grid-template-columns: 30px auto 30px;
|
||||||
grid-template-rows: auto min-content min-content 100px;
|
grid-template-rows: auto min-content min-content min-content 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user