Merge pull request #1231 from dav1312/br-img
Some checks are pending
Build / build (push) Waiting to run

style(ui): adjust side panel border-radii and center main background image
This commit is contained in:
Timothy Z. 2026-04-28 10:49:14 +02:00 committed by GitHub
commit d31da0d8e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;