UX: Fix portrait video preview when hovering over live photos #2475

This commit is contained in:
Heiko Mathes 2022-06-28 15:37:52 +02:00 committed by GitHub
parent a6225d76d5
commit be2292c536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,6 @@ body.chrome #photoprism .search-results .result {
width: auto;
height: 100%;
position: absolute;
top: 0;
overflow: hidden;
}
@ -505,4 +504,8 @@ body.chrome #photoprism .search-results .result {
*/
padding-bottom: calc(100% - 8px)
}
#photoprism .live-player video {
margin-top: 100%;
}
}