Merge pull request #150 from missionfloyd/main

Fix squished thumbnails
pull/158/head
AlUlkesh 2023-05-02 00:14:06 +02:00 committed by GitHub
commit a396a9f90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -4,4 +4,8 @@
div[id^="image_browser_tab"][id$="image_browser_gallery"].hide_loading > .svelte-gjihhp {
display: none;
}
}
.image_browser_gallery img {
object-fit: scale-down !important;
}