Browse Source

fix media gallery min height

main
xenua 7 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 @@ @@ -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 @@ @@ -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;

Loading…
Cancel
Save