From 4144eae45e68fcee46d7acb5a59f7af0f596890c Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 3 Nov 2024 01:31:09 -0400 Subject: State of settings now stored in SettingEditor --- extension/src/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css index 82a8182..79b8adb 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -21,12 +21,16 @@ body { width: 300px; background-color: black; padding: 10px; - display: flex; - flex-direction: column; right: 0; animation: slideIn 0.3s ease-in-out; } +#settings-menu form { + display: flex; + flex-direction: column; + place-items: flex-start; +} + .radio-group { display: flex; flex-direction: column; -- cgit v1.2.3