From bb201200a682683ffd7a658713c7cbe2b2f3be98 Mon Sep 17 00:00:00 2001 From: xenua Date: Wed, 4 Oct 2023 14:49:00 +0200 Subject: [PATCH] fix media gallery min height --- mastodon/mastodon4.user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index b83f9d2..c10c4be 100644 --- a/mastodon/mastodon4.user.css +++ b/mastodon/mastodon4.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name mastodon 4 ui tweaks @namespace mastodon4 -@version 1.0.6 +@version 1.0.7 @description fixes the weird spacing on the new mastodon web ui. intended for the advanced user interface, may also work with the single column one. @author xenua @license CNPLv7+ @@ -170,6 +170,7 @@ flex-flow: column nowrap; aspect-ratio: unset !important; margin-top: 4px !important; + min-height: 0; } .notification .media-gallery > .spoiler-button { display: none;