From 2acf91387794b0bb8170c2aaef1b9f96eb26c417 Mon Sep 17 00:00:00 2001 From: morethanwords Date: Sun, 19 Sep 2021 17:33:50 +0400 Subject: [PATCH] Fix profile name without avatar --- src/scss/partials/_profile.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/partials/_profile.scss b/src/scss/partials/_profile.scss index e6e97a1b..7ad96672 100644 --- a/src/scss/partials/_profile.scss +++ b/src/scss/partials/_profile.scss @@ -223,6 +223,10 @@ //margin-bottom: .75rem; //box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, .16); + &-content > .profile-name { + justify-content: center; + } + .profile-subtitle { .peer-typing-container { justify-content: center;