Fix superfluous border & spacing in domains list on the Moderation > Federation page (#36915)

This commit is contained in:
diondiondion 2025-11-17 13:07:44 +01:00 committed by GitHub
parent 284b46fee7
commit 72c582e7e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -327,9 +327,9 @@ $content-width: 840px;
font-weight: 700;
color: $primary-text-color;
text-transform: none;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
border-bottom: 0;
border-top: 0;
.comment {
display: block;

View File

@ -319,9 +319,9 @@ $content-width: 840px;
font-weight: 700;
color: var(--color-text-primary);
text-transform: none;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
border-bottom: 0;
border-top: 0;
.comment {
display: block;