diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss
index 1264692..b8df5c1 100644
--- a/src/assets/css/chat.scss
+++ b/src/assets/css/chat.scss
@@ -891,10 +891,16 @@ $admin-fg: white;
.avatar-32 {
font-size: 18 * $chat-text-size !important;
- &.clickable {
- cursor: pointer;
- &:hover {
- opacity: 0.7;
- }
+}
+
+.avatar-48 {
+ font-size: 27 * $chat-text-size !important;
+}
+
+.avatar-32.clickable,
+.avatar-48.clickable {
+ cursor: pointer;
+ &:hover {
+ opacity: 0.7;
}
}
diff --git a/src/components/Profile.vue b/src/components/Profile.vue
index 0408afb..fa85bc4 100644
--- a/src/components/Profile.vue
+++ b/src/components/Profile.vue
@@ -2,66 +2,112 @@
-
-
-
-
-
- {{
- userAvatarLetter
- }}
+
+
+
+
+ {{ userAvatarLetter }}
+
-
-
- {{ displayName }}
- {{ $matrix.currentUser.user_id }}
- {{$t('profile.temporary_identity')}}
- {{$t('menu.logout')}}
-
-
-
+
+
+ {{ displayName }}
+ {{ $matrix.currentUser.user_id }}
+
+ {{ $t("profile.temporary_identity") }}
+
+ {{
+ $t("menu.logout")
+ }}
+
+
+
-
-
+
+
- {{$t('profile.change_password')}}
+ {{ $t("profile.change_password") }}
-
-
-
- {{ passwordErrorMessage }}
+
+
+
+
+ {{ passwordErrorMessage }}
+
- {{$t('menu.cancel')}}
+ {{
+ $t("menu.cancel")
+ }}
{{$t('menu.ok')}}{{ $t("menu.ok") }}
@@ -70,14 +116,16 @@
- {{$t('profile.display_name')}}
+ {{ $t("profile.display_name") }}
- {{$t('menu.cancel')}}
+ {{
+ $t("menu.cancel")
+ }}
{{$t('menu.ok')}}{{ $t("menu.ok") }}
@@ -94,12 +142,17 @@