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

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