Tighten selected file rows
This commit is contained in:
@@ -231,11 +231,11 @@ h1 {
|
||||
|
||||
.file-list li {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 64px;
|
||||
min-height: 68px;
|
||||
grid-template-columns: minmax(0, 1fr) 40px;
|
||||
min-height: 43px;
|
||||
gap: 14px;
|
||||
align-items: center;
|
||||
padding: 6px 0;
|
||||
padding: 0;
|
||||
color: #4f4f4f;
|
||||
font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
|
||||
font-size: 13px;
|
||||
@@ -264,7 +264,7 @@ h1 {
|
||||
.file-list__preview {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 64px;
|
||||
width: 40px;
|
||||
aspect-ratio: 1;
|
||||
overflow: hidden;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user