We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c26c0 commit 632b4bfCopy full SHA for 632b4bf
.github/changelog/2584-from-description
@@ -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
@@ -230,13 +230,11 @@ input.blog-user-identifier {
230
font-family: dashicons;
231
}
232
233
-.repost .dashboard-comment-wrap,
234
-.like .dashboard-comment-wrap {
+.activitypub-comment .dashboard-comment-wrap {
235
padding-inline-start: 63px;
236
237
238
-.repost .dashboard-comment-wrap .comment-author,
239
-.like .dashboard-comment-wrap .comment-author {
+.activitypub-comment .dashboard-comment-wrap .comment-author {
240
margin-block: 0;
241
242
0 commit comments