mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
consistant border around logs
This commit is contained in:
@@ -300,12 +300,12 @@ And a RichLog widget to display Rich renderables.
|
||||
Logs {
|
||||
Log, RichLog {
|
||||
width: 1fr;
|
||||
height: 20;
|
||||
border: blank;
|
||||
padding: 0;
|
||||
height: 20;
|
||||
padding: 1;
|
||||
overflow-x: auto;
|
||||
border: wide transparent;
|
||||
&:focus {
|
||||
border: heavy $accent;
|
||||
border: wide $border;
|
||||
}
|
||||
}
|
||||
TabPane { padding: 0; }
|
||||
|
||||
Reference in New Issue
Block a user