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,6 +1357,7 @@
background-color: #666;
}
.calc-content-wrapper #display {
appearance: none !important;
font-size: 36px;
font-weight: lighter;
text-align: right;