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;
padding: 0;
list-style: none;
max-height: 161px;
max-height: 301px;
overflow-y: auto;
overscroll-behavior: contain;
padding-right: 4px;
}
.file-list li {
flex: 0 0 40px;
width: 40px;
height: 40px;
flex: 0 0 80px;
width: 80px;
height: 80px;
padding: 0;
}
.file-list__preview {
display: grid;
place-items: center;
width: 40px;
width: 80px;
aspect-ratio: 1;
overflow: hidden;
border-radius: 6px;
@@ -288,6 +288,7 @@ h1 {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.file-list__top {