Changed all static inline style to CSS classes

This commit is contained in:
10G Meow 2022-02-23 11:52:09 +00:00 committed by N Pex
parent 128b19ef8f
commit d9aac824ef
27 changed files with 179 additions and 112 deletions

View file

@ -2,11 +2,10 @@
<div class="d-flex flex-row-reverse">
<v-chip
@click="viewProfile"
class="ma-2"
class="ma-2 white-space-pre"
:color="dark ? 'black' : '#ededed'"
:text-color="dark ? 'white' : 'black'"
:outlined="!dark"
style="white-space: pre"
>{{ $t("profile_info_popup.you_are") }}&nbsp;
<span v-if="$matrix.currentUser.is_guest">
<i18n path="profile_info_popup.identity_temporary" tag="span">
@ -56,4 +55,4 @@ export default {
<style lang="scss">
@import "@/assets/css/chat.scss";
</style>
</style>