From 81814246d0169b4751dae71a44a8fc117322a81d Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 12 Feb 2026 19:03:37 +0100 Subject: [PATCH] fix: redistribute proportions --- auditui/constants.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auditui/constants.py b/auditui/constants.py index 311d548..6210686 100644 --- a/auditui/constants.py +++ b/auditui/constants.py @@ -11,8 +11,8 @@ MIN_FILE_SIZE = 1024 * 1024 DEFAULT_CHUNK_SIZE = 8192 TABLE_COLUMN_DEFS = ( - ("Title", 2), - ("Author", 2), + ("Title", 4), + ("Author", 3), ("Length", 1), ("Progress", 1), ("Downloaded", 1), @@ -59,6 +59,7 @@ Screen { } DataTable { + width: 100%; height: 1fr; background: #141622; color: #c7cfe8;