Make them square
parent
72ce67ad6b
commit
e056ef9e75
|
@ -141,15 +141,10 @@ export default {
|
|||
padding: 0;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
border-radius: 0;
|
||||
display: inline-block;
|
||||
filter: brightness(50%);
|
||||
transition: filter 0.2s ease-in-out;
|
||||
}
|
||||
.previews img:nth-of-type(1) { border-top-left-radius: 3px; }
|
||||
.previews img:nth-of-type(2) { border-top-right-radius: 3px; }
|
||||
.previews img:nth-of-type(3) { border-bottom-left-radius: 3px; }
|
||||
.previews img:nth-of-type(4) { border-bottom-right-radius: 3px; }
|
||||
|
||||
.folder.onePreview .previews img {
|
||||
width: 100%;
|
||||
|
|
|
@ -255,7 +255,6 @@ img {
|
|||
background-clip: content-box;
|
||||
background-color: var(--color-loading-light);
|
||||
object-fit: cover;
|
||||
border-radius: 3%;
|
||||
cursor: pointer;
|
||||
width: 100%; height: 100%;
|
||||
|
||||
|
|
Loading…
Reference in New Issue