tweak to log

This commit is contained in:
Will McGugan
2022-04-12 16:18:10 +01:00
parent 72b39f0ed1
commit 352c8b789d
6 changed files with 86 additions and 35 deletions

View File

@@ -58,7 +58,7 @@ App > Screen {
#header {
color: $text-primary-darken-1;
background: $primary-darken-1;
height: 3;
height: 3
}
@@ -74,9 +74,9 @@ App > Screen {
Tweet {
height: 22;
max-width: 80;
margin: 1 3;
margin: 1 3;
background: $panel;
color: $text-panel
color: $text-panel;
layout: vertical;
/* border: outer $primary; */
padding: 1;