fix: redistribute proportions

This commit is contained in:
2026-02-12 19:03:37 +01:00
parent b71e15d54c
commit 81814246d0

View File

@@ -11,8 +11,8 @@ MIN_FILE_SIZE = 1024 * 1024
DEFAULT_CHUNK_SIZE = 8192 DEFAULT_CHUNK_SIZE = 8192
TABLE_COLUMN_DEFS = ( TABLE_COLUMN_DEFS = (
("Title", 2), ("Title", 4),
("Author", 2), ("Author", 3),
("Length", 1), ("Length", 1),
("Progress", 1), ("Progress", 1),
("Downloaded", 1), ("Downloaded", 1),
@@ -59,6 +59,7 @@ Screen {
} }
DataTable { DataTable {
width: 100%;
height: 1fr; height: 1fr;
background: #141622; background: #141622;
color: #c7cfe8; color: #c7cfe8;