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)) {