mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
rename table to gird, diagrams for layout
This commit is contained in:
@@ -3,11 +3,11 @@ Screen {
|
||||
}
|
||||
|
||||
#calculator {
|
||||
layout: table;
|
||||
table-size: 4;
|
||||
table-gutter: 1 2;
|
||||
table-columns: 1fr;
|
||||
table-rows: 2fr 1fr 1fr 1fr 1fr 1fr;
|
||||
layout: grid;
|
||||
grid-size: 4;
|
||||
grid-gutter: 1 2;
|
||||
grid-columns: 1fr;
|
||||
grid-rows: 2fr 1fr 1fr 1fr 1fr 1fr;
|
||||
margin: 1 2;
|
||||
min-height:25;
|
||||
min-width: 26;
|
||||
|
||||
Reference in New Issue
Block a user