Skip to content

Commit 632b4bf

Browse files
authored
Add admin CSS styling for quote comments (#2584)
1 parent 06c26c0 commit 632b4bf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Fix admin styling for quote comments to match likes and reposts

assets/css/activitypub-admin.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,11 @@ input.blog-user-identifier {
230230
font-family: dashicons;
231231
}
232232

233-
.repost .dashboard-comment-wrap,
234-
.like .dashboard-comment-wrap {
233+
.activitypub-comment .dashboard-comment-wrap {
235234
padding-inline-start: 63px;
236235
}
237236

238-
.repost .dashboard-comment-wrap .comment-author,
239-
.like .dashboard-comment-wrap .comment-author {
237+
.activitypub-comment .dashboard-comment-wrap .comment-author {
240238
margin-block: 0;
241239
}
242240

0 commit comments

Comments
 (0)