PluginProbe
ActivityPub / 3.2.2
ActivityPub v3.2.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | assets/css/activitypub-admin.css +17 -2 2.1.13.2.2 View file →
@@ -33,12 +33,12 @@
33 33 }
34 34
35 35 .activitypub-settings-tabs-wrapper {
36 36 display: -ms-inline-grid;
37 - -ms-grid-columns: auto auto auto;
37 + -ms-grid-columns: auto auto auto auto;
38 38 vertical-align: top;
39 39 display: inline-grid;
40 - grid-template-columns: auto auto auto;
40 + grid-template-columns: auto auto auto auto;
41 41 }
42 42
43 43 .activitypub-settings-tab.active {
44 44 box-shadow: inset 0 -3px #3582c4;
@@ -195,5 +195,20 @@
195 195
196 196 .settings_page_activitypub .plugin-recommendations {
197 197 border-bottom: none;
198 198 margin-bottom: 0;
199 +}
200 +
201 +#dashboard_right_now li a.activitypub-followers::before {
202 + content: "\f307";
203 + font-family: dashicons;
204 +}
205 +
206 +.repost .dashboard-comment-wrap,
207 +.like .dashboard-comment-wrap {
208 + padding-inline-start: 63px;
209 +}
210 +
211 +.repost .dashboard-comment-wrap .comment-author,
212 +.like .dashboard-comment-wrap .comment-author {
213 + margin-block: 0;
199 214 }