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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user