Add new icons and tweak styles of moderator actions

This commit is contained in:
Gabe Kangas
2021-11-13 17:03:17 -08:00
parent 1e1e7f5cf4
commit 5a6a4240ae
10 changed files with 1756 additions and 17 deletions
+4 -1
View File
@@ -105,7 +105,10 @@ export default class UsernameForm extends Component {
id="username-display"
class="text-indigo-600 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap ${isModerator &&
'moderator-flag'}"
>${username}</span
><img
src="/img/moderator.svg"
class="moderator-flag rounded-lg"
/>${username}</span
>
</div>