fix for calculator app display

This commit is contained in:
Random Penguin 2025-02-20 03:29:12 +00:00
parent c13064789c
commit 81943db75f

View file

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