style(ui): update background image alignment

This commit is contained in:
dav1312 2026-04-27 23:01:10 +02:00
parent 0c05ec335a
commit 55904da5f0

View file

@ -32,7 +32,7 @@
width: 100%;
height: 100%;
object-fit: cover;
object-position: top left;
object-position: right;
opacity: 0.3;
}
}
@ -137,6 +137,12 @@
@media only screen and (max-width: @minimum) {
.metadetails-container {
.background-image-layer {
.background-image {
object-position: center;
}
}
.metadetails-content {
display: block;
overflow-y: auto;