From 5f18c6f51fd8bb2585f007f00921f8307ac2e0ef Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 17 May 2024 22:10:15 +0200 Subject: [PATCH] force twitter widget to be full height --- web/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/style.css b/web/style.css index d40eeb1..8d3726e 100644 --- a/web/style.css +++ b/web/style.css @@ -244,6 +244,11 @@ a:visited.wide-link { font-style: italic; } +.twitter-timeline iframe { + width: 350px !important; + height: 600px !important; +} + h1 .anchor-heading, h2 .anchor-heading, h3 .anchor-heading, h4 .anchor-heading, h5 .anchor-heading, h6 .anchor-heading { visibility: hidden; }