This commit is contained in:
2026-05-23 09:31:09 +02:00
parent 1be9216624
commit f3b2887df3
2 changed files with 2 additions and 1 deletions

View File

@@ -2183,7 +2183,7 @@ body.sidebar-right-hidden .global-sidebar-right {
.item-main-content video, .item-main-content video,
.item-main-content img { .item-main-content img {
max-height: calc(100vh - 180px); /*max-height: calc(100vh - 180px);*/
/* Leave space for ID and Metadata bars */ /* Leave space for ID and Metadata bars */
object-fit: contain; object-fit: contain;
} }

View File

@@ -8,6 +8,7 @@
background-position: center center; background-position: center center;
touch-action: none; /* Prevent pull-to-refresh and scroll while interacting */ touch-action: none; /* Prevent pull-to-refresh and scroll while interacting */
z-index: 0; z-index: 0;
min-height: 400px;
} }
.v0ck video { .v0ck video {