limit mastodon preview height

This commit is contained in:
Penelope Gwen 2025-11-09 14:14:44 -08:00
parent 62d27c27c6
commit c7a061515d

View file

@ -263,6 +263,8 @@ a.now-playing {
/*EMFED*/ /*EMFED*/
.toots { .toots {
max-width: 400px; max-width: 400px;
max-height: 300px;
overflow: scroll;
list-style: none; list-style: none;
padding: 0; padding: 0;
margin: 0; margin: 0;