Enlarge selected file thumbnails
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user