| @@ -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 | } |