fix for calculator add-on display

This commit is contained in:
Random Penguin 2025-02-20 03:27:55 +00:00
parent 6d1263d0f6
commit 42c6615c2e

View file

@ -1357,7 +1357,8 @@
background-color: #666; background-color: #666;
} }
.calc-content-wrapper #display { .calc-content-wrapper #display {
font-size: 36px; appearance: none !important;
font-size: 36px;
font-weight: lighter; font-weight: lighter;
text-align: right; text-align: right;
color: #eee; color: #eee;