Browse Source

fix status-card in threads

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

Loading…
Cancel
Save