fix for calculator add-on display

This commit is contained in:
Random Penguin 2025-02-20 03:28:34 +00:00
parent 42c6615c2e
commit c13064789c

View file

@ -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;