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