fixes for layout

This commit is contained in:
Will McGugan
2022-05-19 17:48:39 +01:00
parent b42d33c48d
commit 875d67a91d
9 changed files with 111 additions and 47 deletions

View File

@@ -69,7 +69,7 @@ App > Screen {
color: $text-background;
background: $background;
layout: vertical;
overflow-y: scroll;
overflow-y: scroll;
}
@@ -114,11 +114,11 @@ TweetHeader {
}
TweetBody {
width: 100%;
width: 100w;
background: $panel;
color: $text-panel;
height: auto;
padding: 0 1 0 0;
padding: 0 1 0 0;
}