uga aga pipi kaka

This commit is contained in:
2026-05-27 18:48:54 +02:00
parent ffb328ab96
commit 514dae7906

View File

@@ -4921,14 +4921,26 @@ span#tags:not(.tags-expanded) .tags-inner>span:nth-child(n+11) {
@media(max-height: 755px) { @media(max-height: 755px) {
.embed-responsive-16by9::before { .embed-responsive-16by9::before {
padding-top: 40.25%;; padding-top: 40.25%;
} }
} }
@media(max-height: 640px) { @media(max-height: 640px) {
/* Generic fallback */
.embed-responsive-16by9::before { .embed-responsive-16by9::before {
padding-top: 36.25%; padding-top: 36.25%;
} }
/* layout-modern: both sidebar AND comments visible — column is narrow, full 16:9 fits */
body.layout-modern:not(.sidebar-right-hidden) .item-layout-container:not(.sidebar-hidden) .embed-responsive-16by9::before {
padding-top: 56.25%;
}
/* layout-modern: either sidebar OR comments hidden (or both) — column is wider, reduce */
body.layout-modern.sidebar-right-hidden .embed-responsive-16by9::before,
body.layout-modern .item-layout-container.sidebar-hidden .embed-responsive-16by9::before {
padding-top: 40.25%;
}
} }
@media(max-height: 525px) { @media(max-height: 525px) {