|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|