Browse Source

fix status-card in notifications

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

7
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/* ==UserStyle==
@name xenua's mastodon 4 frontend tweaks
@namespace git.xenua.me/xenua
@version 1.1.0
@version 1.1.1
@description makes the mastodon *advanced* webinterface more compact and pleasant to look at
@author xenua
@license CNPLv7+
@ -250,6 +250,11 @@ @@ -250,6 +250,11 @@
margin-inline-start: 0;
width: 100%;
}
.status-card {
margin-inline-start: 4px;
width: calc(100% - 8px - 2.5px);
}
}
.notification-ungrouped__header {

Loading…
Cancel
Save