update interface stylesheet

This commit is contained in:
buzz-lightsnack-2007 2024-03-29 22:44:36 +08:00
parent dc743b85f6
commit f67dc16cb5

View file

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