PluginProbe
ActivityPub / 5.3.1
ActivityPub v5.3.1
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 +32 -6 2.1.05.3.1 View file →
@@ -4,12 +4,15 @@
4 4 }
5 5
6 6 .settings_page_activitypub .notice {
7 7 max-width: 800px;
8 - margin: auto;
9 - margin: 0px auto 30px;
8 + margin: 0 auto 30px;
10 9 }
11 10
11 +.settings_page_activitypub .update-nag {
12 + margin: 25px 20px 15px 22px;
13 +}
14 +
12 15 .settings_page_activitypub .wrap {
13 16 padding-left: 22px;
14 17 }
15 18
@@ -19,8 +22,17 @@
19 22 background: #fff;
20 23 border-bottom: 1px solid #dcdcde;
21 24 }
22 25
26 +.activitypub-settings-header h1 {
27 + display: inline-block;
28 + font-weight: 600;
29 + margin: 0 0.8rem 1rem;
30 + font-size: 23px;
31 + padding: 9px 0 4px;
32 + line-height: 1.3;
33 +}
34 +
23 35 .activitypub-settings-title-section {
24 36 display: flex;
25 37 align-items: center;
26 38 justify-content: center;
@@ -32,13 +44,12 @@
32 44 padding-left: 0;
33 45 }
34 46
35 47 .activitypub-settings-tabs-wrapper {
36 - display: -ms-inline-grid;
37 - -ms-grid-columns: auto auto auto;
48 + display: inline-flex;
38 49 vertical-align: top;
39 - display: inline-grid;
40 - grid-template-columns: auto auto auto;
50 + flex-wrap: nowrap;
51 + gap: 0;
41 52 }
42 53
43 54 .activitypub-settings-tab.active {
44 55 box-shadow: inset 0 -3px #3582c4;
@@ -195,5 +206,20 @@
195 206
196 207 .settings_page_activitypub .plugin-recommendations {
197 208 border-bottom: none;
198 209 margin-bottom: 0;
210 +}
211 +
212 +#dashboard_right_now li a.activitypub-followers::before {
213 + content: "\f307";
214 + font-family: dashicons;
215 +}
216 +
217 +.repost .dashboard-comment-wrap,
218 +.like .dashboard-comment-wrap {
219 + padding-inline-start: 63px;
220 +}
221 +
222 +.repost .dashboard-comment-wrap .comment-author,
223 +.like .dashboard-comment-wrap .comment-author {
224 + margin-block: 0;
199 225 }