This commit is contained in:
Will McGugan
2022-04-14 16:55:58 +01:00
parent 8e76e524a8
commit cecbf655ab
11 changed files with 84 additions and 33 deletions

View File

@@ -21,6 +21,7 @@ App > Screen {
color: $text-background;
}
#sidebar {
color: $text-primary;
background: $primary;
@@ -81,7 +82,8 @@ Tweet {
/* border: outer $primary; */
padding: 1;
border: wide $panel-darken-2;
overflow-y: scroll
overflow-y: scroll;
align-horizontal: center;
}
@@ -168,6 +170,7 @@ Error {
margin: 1 3;
text-style: bold;
align-horizontal: center;
}
Warning {
@@ -179,6 +182,7 @@ Warning {
border-bottom: hkey $warning-darken-2;
margin: 1 2;
text-style: bold;
align-horizontal: center;
}
Success {
@@ -190,4 +194,5 @@ Success {
border-bottom: hkey $success;
margin: 1 2;
text-style: bold;
align-horizontal: center;
}