diff options
| author | Mia Herkt <mia@0x0.st> | 2024-03-30 17:30:33 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-03-30 18:23:37 +0100 |
| commit | 3330a85c2c4d87f73f88b4ac461f6be18f5c165f (patch) | |
| tree | 7209f11353072d11cacb2fb9194661ec2f5f1252 /mod.css | |
| parent | 8a912e87449bd6e56ac8a83f25d0ca58982a81d3 (diff) | |
ModUI: Update for Textual 0.54.0
Diffstat (limited to 'mod.css')
| -rw-r--r-- | mod.css | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -1,5 +1,6 @@ #ftable { width: 1fr; + height: 100%; } #infopane { @@ -10,7 +11,7 @@ #finfo { background: $boost; - height: 12; + height: 14; width: 1fr; box-sizing: content-box; } @@ -27,20 +28,9 @@ width: 1fr; } -#filter_container { - height: auto; - display: none; -} - -#filter_label { - content-align: right middle; - height: 1fr; - width: 20%; - margin: 0 1 0 2; -} - #filter_input { width: 1fr; + display: none; } Notification { |
