From 41ea13a2000ab9beae019590e1155cd2f09d6719 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 7 Dec 2025 00:39:00 -0800 Subject: fix iframe sizing --- pinapelz.moe/index.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pinapelz.moe/index.html b/pinapelz.moe/index.html index 49143b0..99722cd 100644 --- a/pinapelz.moe/index.html +++ b/pinapelz.moe/index.html @@ -31,6 +31,26 @@ font-size: 12px; } } + + /* Fix iframe container constraints */ + .sidebar { + min-height: auto !important; + height: auto !important; + overflow: visible !important; + } + + .sidebar iframe { + display: block; + margin: 10px auto; + width: 100%; + max-width: 320px; + border: none; + } + + /* Ensure flex containers don't constrain height */ + .flex { + align-items: stretch; + } @@ -149,7 +169,7 @@

- +
-- cgit v1.2.3