rebuild settings GUI

This commit is contained in:
buzz-lightsnack-2007 2024-03-25 10:12:50 +08:00
parent 36fb6ce52e
commit 4686f89010
3 changed files with 85 additions and 115 deletions

View file

@ -0,0 +1,21 @@
/*
ShopAI's GUI appearance
*/
.window-body {
display: flex;
flex-direction: column;
}
.window-body .view_main {
flex-grow: 1;
min-width: 0;
}
.window-body .action-buttons {
display: flex;
align-items: end;
justify-content:end;
}