Browse Source

fix hashtag bar indentation in threads

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

6
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.11 @version 1.0.12
@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+
@ -52,6 +52,10 @@
margin-inline-start: 8px; margin-inline-start: 8px;
width: calc(100% - 8px); width: calc(100% - 8px);
} }
.status--in-thread .hashtag-bar {
margin-inline-start: 8px;
width: calc(100% - 32px);
}
.status-card { .status-card {
margin-inline-start: 0 !important; margin-inline-start: 0 !important;
width: calc(100% - 24px) !important; width: calc(100% - 24px) !important;

Loading…
Cancel
Save