Request: Show admin or mod on profile #94

Closed
opened 2018-04-26 20:15:03 +00:00 by andrewzah · 2 comments
Member

Similar to Mastodon, like this:
admin_box

Similar to Mastodon, like this: ![admin_box](/attachments/a06e5c19-81d0-4092-a5a8-503f55fa3783)
Owner

this can be worked around by using some custom css by admins. On shigusegubu.club i use this:

.media.status.USER____hj.highlighted .name-and-links::after {
    content: 'admin';
    display: inline;
    font-size: 8px;
    vertical-align: top;
    line-height: 8px;
    margin-left: 1em;
}
this can be worked around by using some custom css by admins. On shigusegubu.club i use this: ``` .media.status.USER____hj.highlighted .name-and-links::after { content: 'admin'; display: inline; font-size: 8px; vertical-align: top; line-height: 8px; margin-left: 1em; } ```
Owner

This was fixed in #1791

This was fixed in #1791
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#94
No description provided.