optimizations

This commit is contained in:
Will McGugan
2022-08-29 21:39:08 +01:00
parent 51173e7a5d
commit f4eb053a26
3 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
Screen {
overflow: auto;
}
#calculator {
layout: table;
table-size: 4;
@@ -5,12 +9,13 @@
table-columns: 1fr;
table-rows: 1fr;
margin: 1 2;
min-height:23;
min-height:23;
min-width: 40;
}
Button {
width: 100%;
height: 100%;
height: 100%;
}
.display {