From 711097656e682865b9b1ad06608b46d2e8da7d34 Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Thu, 19 Mar 2026 11:56:08 -0400 Subject: [PATCH] fix: add padding and border-radius to groupbox to fix settings layout --- templates/userContent.tera | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/userContent.tera b/templates/userContent.tera index 1461a16..0f99f01 100644 --- a/templates/userContent.tera +++ b/templates/userContent.tera @@ -84,6 +84,8 @@ whiskers: groupbox , moz-card{ background: #{{ base.hex }} !important; + padding: 1.6rem !important; + border-radius: 8px !important; } button,