fix input alignment and double border in chat area
This commit is contained in:
@@ -381,13 +381,12 @@ class TuimbleApp(App):
|
|||||||
}
|
}
|
||||||
#chatlog {
|
#chatlog {
|
||||||
height: 1fr;
|
height: 1fr;
|
||||||
border-bottom: solid #292e42;
|
|
||||||
scrollbar-size: 1 1;
|
scrollbar-size: 1 1;
|
||||||
}
|
}
|
||||||
#input {
|
#input {
|
||||||
dock: bottom;
|
|
||||||
height: 3;
|
height: 3;
|
||||||
border-top: solid #292e42;
|
border-top: solid #292e42;
|
||||||
|
padding: 0 1 0 0;
|
||||||
}
|
}
|
||||||
#status {
|
#status {
|
||||||
dock: bottom;
|
dock: bottom;
|
||||||
|
|||||||
Reference in New Issue
Block a user