Use more correct class name for user badges

This commit is contained in:
Sergey Suprunenko 2020-06-21 15:36:20 +02:00
parent c04f8b2ccb
commit 2b6d16900b
No known key found for this signature in database
GPG Key ID: 5DCA7D1BE3914F9C
1 changed files with 3 additions and 3 deletions

View File

@ -73,13 +73,13 @@
<template v-if="!hideBio">
<span
v-if="!!visibleRole"
class="alert staff"
class="alert user-role"
>
{{ visibleRole }}
</span>
<span
v-if="user.bot"
class="alert staff"
class="alert user-role"
>
bot
</span>
@ -468,7 +468,7 @@
color: var(--text, $fallback--text);
}
.staff {
.user-role {
flex: none;
text-transform: capitalize;
color: $fallback--text;