Make them square

pull/37/head
Varun Patil 2022-09-09 17:17:46 -07:00
parent 72ce67ad6b
commit e056ef9e75
2 changed files with 0 additions and 6 deletions

View File

@ -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%;

View File

@ -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%;