mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
optimizations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user