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