awesome!!

This commit is contained in:
2026-07-18 14:45:46 +02:00
parent fefd3b6ca6
commit 8f0e0d9b3a

View File

@@ -5183,6 +5183,9 @@ html[data-dpr="dpr-110"] body.layout-legacy .embed-responsive-16by9::before {
scrollbar-color: var(--scrollbar-color) transparent; scrollbar-color: var(--scrollbar-color) transparent;
scrollbar-width: thin; scrollbar-width: thin;
border-top: none; border-top: none;
display: flex;
justify-content: center;
align-items: center;
} }
.previous-post, .previous-post,
@@ -5241,9 +5244,10 @@ html[data-dpr="dpr-110"] body.layout-legacy .embed-responsive-16by9::before {
/* image */ /* image */
#f0ck-image { #f0ck-image {
height: 100%; max-height: 100%;
width: 100%;
max-width: 100%; max-width: 100%;
height: auto;
width: auto;
object-fit: contain; object-fit: contain;
} }
@@ -5301,10 +5305,7 @@ body.layout-modern .embed-responsive.is-expanded img#f0ck-image {
a#elfe { a#elfe {
height: 100%; display: contents;
width: 100%;
display: flex;
justify-content: center;
} }
/* metadata */ /* metadata */