UX: Add 4px border radius for thumbnails in mosaic view #3572

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-07-24 16:14:20 +02:00
parent c9d1413ddb
commit fd0ef7825e

View file

@ -95,6 +95,7 @@
.v-btn.v-btn--depressed:not(.v-btn--round):not(.v-btn--icon),
.v-text-field.v-text-field--box > .v-input__control > .v-input__slot,
.v-text-field.v-text-field--solo > .v-input__control > .v-input__slot,
#photoprism .mosaic-view .result.image,
#photoprism .list-view .result .image {
border-radius: 4px;
}