mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
auto sizing
This commit is contained in:
@@ -75,7 +75,7 @@ App > Screen {
|
||||
|
||||
|
||||
Tweet {
|
||||
height: 12;
|
||||
height: auto;
|
||||
width: 80;
|
||||
|
||||
margin: 1 3;
|
||||
@@ -85,7 +85,7 @@ Tweet {
|
||||
/* border: outer $primary; */
|
||||
padding: 1;
|
||||
border: wide $panel-darken-2;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
align-horizontal: center;
|
||||
|
||||
}
|
||||
@@ -223,4 +223,4 @@ Success {
|
||||
|
||||
.horizontal {
|
||||
layout: horizontal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user