mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Fix superfluous border & spacing in domains list on the Moderation > Federation page (#36915)
This commit is contained in:
@@ -327,9 +327,9 @@ $content-width: 840px;
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
padding-bottom: 0;
|
padding-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 0;
|
border-top: 0;
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -319,9 +319,9 @@ $content-width: 840px;
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
padding-bottom: 0;
|
padding-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 0;
|
border-top: 0;
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user