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