|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
/* ==UserStyle== |
|
|
|
|
@name mastodon 4 ui tweaks |
|
|
|
|
@namespace mastodon4 |
|
|
|
|
@version 1.0.7 |
|
|
|
|
@version 1.0.8 |
|
|
|
|
@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+ |
|
|
|
@ -48,7 +48,7 @@
@@ -48,7 +48,7 @@
|
|
|
|
|
padding: 0; |
|
|
|
|
margin-inline-start: 16px; |
|
|
|
|
} |
|
|
|
|
.status--in-thread > .status-card { |
|
|
|
|
.status-card { |
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
width: calc(100% - 24px); |
|
|
|
|
margin: 12px 12px 0 12px; |
|
|
|
@ -163,6 +163,14 @@
@@ -163,6 +163,14 @@
|
|
|
|
|
misc stuff |
|
|
|
|
========*/ |
|
|
|
|
|
|
|
|
|
/* compact dropdown menu */ |
|
|
|
|
/* |
|
|
|
|
.dropdown-menu__container a { |
|
|
|
|
padding: 6px 8px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/* get rid of images in fav/boost notifs */ |
|
|
|
|
/* |
|
|
|
|
.notification .media-gallery { |
|
|
|
|