From c13064789cd5516e2031607f39e76593591c9527 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Feb 2025 03:28:34 +0000 Subject: [PATCH] fix for calculator add-on display --- bookface_dark.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index ca59aef..fd25848 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1354,7 +1354,8 @@ aside .widget li:hover { background-color: #666; } .calc-content-wrapper #display { - font-size: 36px; + appearance: none; + font-size: 36px; font-weight: lighter; text-align: right; color: #eee;