From 3ee7ed37c29cde8a4d873eb2075e36ce00689311 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 17 Mar 2025 17:00:18 +0700 Subject: [PATCH] center items in togglegroups --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 252b214..bbca72c 100644 --- a/style.css +++ b/style.css @@ -229,6 +229,8 @@ border-radius: 12px; padding: 5px; font-weight: bold; + justify-content: center; + align-items: center; } .togglegroups-highlighted {