mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'css' into auto-dimensions
This commit is contained in:
@@ -84,7 +84,8 @@ Tweet {
|
||||
/* border: outer $primary; */
|
||||
padding: 1;
|
||||
border: wide $panel-darken-2;
|
||||
overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
scrollbar-gutter: stable;
|
||||
align-horizontal: center;
|
||||
|
||||
}
|
||||
@@ -116,7 +117,7 @@ TweetBody {
|
||||
width: 100%;
|
||||
background: $panel;
|
||||
color: $text-panel;
|
||||
height:20;
|
||||
height: auto;
|
||||
padding: 0 1 0 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user