Browse Source

fix media gallery min height

main
xenua 8 months ago
parent
commit
bb201200a6
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 3
      mastodon/mastodon4.user.css

3
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name mastodon 4 ui tweaks @name mastodon 4 ui tweaks
@namespace mastodon4 @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. @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 @author xenua
@license CNPLv7+ @license CNPLv7+
@ -170,6 +170,7 @@
flex-flow: column nowrap; flex-flow: column nowrap;
aspect-ratio: unset !important; aspect-ratio: unset !important;
margin-top: 4px !important; margin-top: 4px !important;
min-height: 0;
} }
.notification .media-gallery > .spoiler-button { .notification .media-gallery > .spoiler-button {
display: none; display: none;

Loading…
Cancel
Save