From 01b3c8be6a3cd143a044c826d7f79ed2128cdd3b Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 3 Nov 2024 00:19:58 -0400 Subject: Start making settings work --- extension/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css index 20d7bf2..82a8182 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -25,7 +25,11 @@ body { flex-direction: column; right: 0; animation: slideIn 0.3s ease-in-out; +} +.radio-group { + display: flex; + flex-direction: column; } @keyframes slideIn { -- cgit v1.2.3