auto sizing

This commit is contained in:
Will McGugan
2022-05-13 15:27:02 +01:00
parent 96ce4202a5
commit efd4273a4c
20 changed files with 247 additions and 87 deletions

View File

@@ -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
}
}