feat: refresh calculator keypad labels and layout

Update the sample calculator UI to use compact math symbols, uppercase action labels, and a revised top bar layout. Also uppercase the angle mode button text and remove the backspace-specific width override.
This commit is contained in:
2026-04-25 02:47:41 +02:00
parent 144c334fe5
commit 223bf56339
4 changed files with 15 additions and 19 deletions
+1 -5
View File
@@ -160,7 +160,7 @@ body {
.topbar-group {
display: grid;
grid-template-columns: minmax(92px, 112px) minmax(92px, 112px) 1fr minmax(60px, 72px) minmax(84px, 100px) minmax(60px, 72px);
grid-template-columns: minmax(92px, 112px) minmax(92px, 112px) 1fr minmax(60px, 72px) minmax(60px, 72px) minmax(60px, 72px);
gap: 6px;
align-items: stretch;
}
@@ -228,10 +228,6 @@ body {
font-size: 12px;
}
.wide-action {
min-width: 0;
}
select,
button {
border-radius: 12px;