diff --git a/gui/styles/ui.css b/gui/styles/ui.css index b010071..6ce94fe 100644 --- a/gui/styles/ui.css +++ b/gui/styles/ui.css @@ -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; }