From 3330a85c2c4d87f73f88b4ac461f6be18f5c165f Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Sat, 30 Mar 2024 17:30:33 +0100 Subject: ModUI: Update for Textual 0.54.0 --- mod.css | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'mod.css') diff --git a/mod.css b/mod.css index c001ef1..5563832 100644 --- a/mod.css +++ b/mod.css @@ -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 { -- cgit v1.2.3