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:
@@ -1,8 +1,8 @@
|
||||
Screen {
|
||||
layout: table;
|
||||
table-columns: 2fr 1fr 1fr;
|
||||
table-rows: 1fr 1fr;
|
||||
table-gutter: 1 2;
|
||||
layout: grid;
|
||||
grid-columns: 2fr 1fr 1fr;
|
||||
grid-rows: 1fr 1fr;
|
||||
grid-gutter: 1 2;
|
||||
}
|
||||
|
||||
Static {
|
||||
|
||||
Reference in New Issue
Block a user