From baaafcccfc8aaa1faac871a41dcb7bd765bffd3a Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Wed, 17 Sep 2025 19:13:22 -0600 Subject: [PATCH] Make the styling of the save button more consistent --- styles/Apps/ResizeControlManager.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles/Apps/ResizeControlManager.css b/styles/Apps/ResizeControlManager.css index 8ccd047..7783d40 100644 --- a/styles/Apps/ResizeControlManager.css +++ b/styles/Apps/ResizeControlManager.css @@ -7,4 +7,14 @@ border: 1px solid rebeccapurple; border-radius: 4px; } + + .controls { + display: flex; + flex-direction: row; + gap: 8px; + + button { + flex-grow: 1; + } + } }