Frontend: Fix result view style selectors for Firefox

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-01-06 14:24:21 +01:00
parent 3a8a013863
commit f39e45fd44

View file

@ -442,7 +442,7 @@ body.chrome #photoprism .search-results .result {
text-align: center;
}
#photoprism .cards-view .card .card-background {
#photoprism .cards-view .v-card .card-background {
position: absolute;
top: 0;
left: 0;
@ -455,7 +455,7 @@ body.chrome #photoprism .search-results .result {
text-align: left;
}
#photoprism .cards-view .card .card-details {
#photoprism .cards-view .v-card .card-details {
z-index: 1;
position: relative;
}