fix(calc-01): show errors in the display area

This commit is contained in:
2026-04-25 03:24:07 +02:00
parent c9be42f252
commit 0e72f64c3b
3 changed files with 10 additions and 12 deletions
-7
View File
@@ -362,13 +362,6 @@ button:active {
letter-spacing: 0.08em;
}
.error {
margin-top: 12px;
min-height: 20px;
color: #ff9f9f;
font-family: "Courier New", monospace;
font-size: 13px;
}
.hint {
color: #cfd7e3;