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;
|
||||
|
||||
height: 100vh;
|
||||
padding: 10px;
|
||||
padding: 10px 30px;
|
||||
|
||||
margin-left: var(--setting_menu_closed_width_no_pins_width);
|
||||
margin-right: var(--flyout_menu_closed_width);
|
||||
@@ -1186,7 +1186,6 @@ body {
|
||||
}
|
||||
|
||||
.gametext {
|
||||
/* margin-top: 2%; */
|
||||
padding: 0px 5px 10px 10px;
|
||||
vertical-align: bottom;
|
||||
overflow-y: scroll;
|
||||
@@ -1330,12 +1329,14 @@ body {
|
||||
#random_game_prompt{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-area: textarea;
|
||||
}
|
||||
|
||||
#themetext{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
grid-area: textarea;
|
||||
border-radius: var(--radius_inputbox);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user