mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tweak to log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user