Tighten selected file rows

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-11 00:08:22 +09:00
parent 31316f1bd9
commit ed4a27d0ab
+4 -4
View File
@@ -231,11 +231,11 @@ h1 {
.file-list li { .file-list li {
display: grid; display: grid;
grid-template-columns: minmax(0, 1fr) 64px; grid-template-columns: minmax(0, 1fr) 40px;
min-height: 68px; min-height: 43px;
gap: 14px; gap: 14px;
align-items: center; align-items: center;
padding: 6px 0; padding: 0;
color: #4f4f4f; color: #4f4f4f;
font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
font-size: 13px; font-size: 13px;
@@ -264,7 +264,7 @@ h1 {
.file-list__preview { .file-list__preview {
display: grid; display: grid;
place-items: center; place-items: center;
width: 64px; width: 40px;
aspect-ratio: 1; aspect-ratio: 1;
overflow: hidden; overflow: hidden;
border-radius: 6px; border-radius: 6px;