update 1440p filelist

This commit is contained in:
Ryan
2025-03-13 19:54:43 -04:00
committed by GitHub
parent 78b7e89a77
commit f4c0c8b3c8

View File

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