diff --git a/src/views/profile/ProfileView.vue b/src/views/profile/ProfileView.vue index c403bbb..084cfc1 100644 --- a/src/views/profile/ProfileView.vue +++ b/src/views/profile/ProfileView.vue @@ -126,6 +126,8 @@ onMounted(async () => { {{ fullName }} + id: {{ profileStore.id }} +

Достижения

@@ -223,7 +225,7 @@ onMounted(async () => { } .user-name { - margin-bottom: 32px; + margin-bottom: 8px; text-align: center; display: inline-block; align-self: center; @@ -235,6 +237,16 @@ onMounted(async () => { letter-spacing: 0.1px; } +.user-id { + margin-bottom: 32px; + text-align: center; + align-self: center; + color: var(--m-3-sys-light-outline, #79747e); + font-size: 20px; + font-weight: 500; + letter-spacing: 0.5px; +} + .info { margin-bottom: 30px; margin-top: 50px;