From 6946900cafe30946d128b7cc87f5e79499ac38c3 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 06:17:01 -0500 Subject: [PATCH] Renamed theme --- CSS/{rounded-buttons.css => rounded-drawer-buttons.css} | 4 ++++ 1 file changed, 4 insertions(+) rename CSS/{rounded-buttons.css => rounded-drawer-buttons.css} (82%) diff --git a/CSS/rounded-buttons.css b/CSS/rounded-drawer-buttons.css similarity index 82% rename from CSS/rounded-buttons.css rename to CSS/rounded-drawer-buttons.css index e44d580..a8eec4e 100644 --- a/CSS/rounded-buttons.css +++ b/CSS/rounded-drawer-buttons.css @@ -5,6 +5,10 @@ border-radius: 100px !important; width: 85% !important; margin: auto !important; + + /* Modify button height (optional) + height: 45px !important; + */ } /* Center content vertically and shift to the left */