Browse Source

fix status-card in threads

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

9
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/* ==UserStyle==
@name mastodon 4 ui tweaks
@namespace mastodon4
@version 1.0.8
@version 1.0.9
@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+
@ -49,10 +49,9 @@ @@ -49,10 +49,9 @@
margin-inline-start: 16px;
}
.status-card {
margin-inline-start: 0;
width: calc(100% - 24px);
margin: 12px 12px 0 12px;
margin-top: 12px;
margin-inline-start: 0 !important;
width: calc(100% - 24px) !important;
margin: 12px 12px 0 12px !important;
padding: 0;
border: 2px solid #565e76;
}

Loading…
Cancel
Save