Fix folder onePreview

pull/37/head
Varun Patil 2022-09-12 02:33:51 -07:00
parent 475f02505c
commit e3880f078c
1 changed files with 4 additions and 4 deletions

View File

@ -153,6 +153,10 @@ export default {
width: 50%;
height: 50%;
display: inline-block;
.folder.onePreview & {
width: 100%; height: 100%;
}
}
img {
@ -170,10 +174,6 @@ export default {
.folder:hover & {
filter: brightness(100%);
}
.folder.onePreview & {
width: 100%; height: 100%;
}
}
}
</style>