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