From f4c0c8b3c85929a7328ed51e12a431727ed5b30a Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 13 Mar 2025 19:54:43 -0400 Subject: [PATCH] update 1440p filelist --- styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles.css b/styles.css index 404dcd0..374c455 100644 --- a/styles.css +++ b/styles.css @@ -790,6 +790,15 @@ body.dark-mode #fileList table tr { } } +/* Larger Screens */ +@media (min-width: 1440px) { + #fileList table th[data-column="name"], + #fileList table td:nth-child(2) { + max-width: 380px !important; + min-width: 180px !important; + } +} + /* Ensure all other columns stay in one line */ #fileList table th:not([data-column="name"]), #fileList table td:not(:nth-child(2)) {