Enlarge selected file thumbnails

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-11 00:44:48 +09:00
parent 23b3e1ea4e
commit 2a01704b02
+6 -5
View File
@@ -256,23 +256,23 @@ h1 {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; list-style: none;
max-height: 161px; max-height: 301px;
overflow-y: auto; overflow-y: auto;
overscroll-behavior: contain; overscroll-behavior: contain;
padding-right: 4px; padding-right: 4px;
} }
.file-list li { .file-list li {
flex: 0 0 40px; flex: 0 0 80px;
width: 40px; width: 80px;
height: 40px; height: 80px;
padding: 0; padding: 0;
} }
.file-list__preview { .file-list__preview {
display: grid; display: grid;
place-items: center; place-items: center;
width: 40px; width: 80px;
aspect-ratio: 1; aspect-ratio: 1;
overflow: hidden; overflow: hidden;
border-radius: 6px; border-radius: 6px;
@@ -288,6 +288,7 @@ h1 {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
object-position: center;
} }
.file-list__top { .file-list__top {