From 42c6615c2e13fd3898a707a9e5c2c4ae017e24f2 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Feb 2025 03:27:55 +0000 Subject: [PATCH] fix for calculator add-on display --- bookface_auto.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookface_auto.css b/bookface_auto.css index f60ab4a..ba623b8 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1357,7 +1357,8 @@ background-color: #666; } .calc-content-wrapper #display { - font-size: 36px; + appearance: none !important; + font-size: 36px; font-weight: lighter; text-align: right; color: #eee;