From c7a061515d1ba3cbebfe7d75a66ac399eee704b4 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 9 Nov 2025 14:14:44 -0800 Subject: [PATCH] limit mastodon preview height --- style/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/css/style.css b/style/css/style.css index 7ee6f14..b0a24f7 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -263,6 +263,8 @@ a.now-playing { /*EMFED*/ .toots { max-width: 400px; + max-height: 300px; + overflow: scroll; list-style: none; padding: 0; margin: 0;