From 3a8100531594b64ce713707a9222191a99b85172 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Mon, 14 Oct 2024 18:56:15 +0200 Subject: [PATCH] forgot to add width and height to btn item --- quartz/components/styles/buttons8831.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quartz/components/styles/buttons8831.scss b/quartz/components/styles/buttons8831.scss index 09af58b..46e88c1 100644 --- a/quartz/components/styles/buttons8831.scss +++ b/quartz/components/styles/buttons8831.scss @@ -10,6 +10,8 @@ .button-item { margin: 5px; opacity: 1; + width: 88px; + height: 31px; } .button-group a, .button-group iframe { width: 88px;