mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Polish on flexbox main
This commit is contained in:
@@ -1109,7 +1109,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
padding: 10px;
|
padding: 10px 30px;
|
||||||
|
|
||||||
margin-left: var(--setting_menu_closed_width_no_pins_width);
|
margin-left: var(--setting_menu_closed_width_no_pins_width);
|
||||||
margin-right: var(--flyout_menu_closed_width);
|
margin-right: var(--flyout_menu_closed_width);
|
||||||
@@ -1186,7 +1186,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gametext {
|
.gametext {
|
||||||
/* margin-top: 2%; */
|
|
||||||
padding: 0px 5px 10px 10px;
|
padding: 0px 5px 10px 10px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
@@ -1330,12 +1329,14 @@ body {
|
|||||||
#random_game_prompt{
|
#random_game_prompt{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
grid-area: textarea;
|
||||||
}
|
}
|
||||||
|
|
||||||
#themetext{
|
#themetext{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
grid-area: textarea;
|
||||||
border-radius: var(--radius_inputbox);
|
border-radius: var(--radius_inputbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user