From e2b1670d6c8768e43993a266a4be64ef2eefdb8e Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 13 Feb 2024 21:14:03 +0000 Subject: fix round buttons not being round --- view/css/widgets.css | 15 ++++++++++++++- view/tpl/hq_controls.tpl | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/css/widgets.css b/view/css/widgets.css index 42768b001..8d04e6e0d 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -269,7 +269,7 @@ a.wikilist { } /* hq_controls */ -.hq_controls_fixed_bottom_center { +.hq_controls.hq_controls_fixed_bottom_center { z-index: 1028; position: fixed; bottom: 0px; @@ -277,3 +277,16 @@ a.wikilist { transform: translateX(-50%); } +.hq_controls .btn.rounded-circle { + width: 2.7rem; + height: 2.7rem; + padding: 0; + font-size: 1rem; +} + +.hq_controls_fixed_bottom_center .btn.rounded-circle { + width: 3.2rem; + height: 3.2rem; + padding: 0; + font-size: 1.5rem; +} diff --git a/view/tpl/hq_controls.tpl b/view/tpl/hq_controls.tpl index 3adbfa7c0..0d433c2c2 100644 --- a/view/tpl/hq_controls.tpl +++ b/view/tpl/hq_controls.tpl @@ -1,7 +1,7 @@ -
+
{{foreach $entries as $e}} {{/foreach}}
-- cgit v1.2.3