From 6ef168ab9f1e610c31ac1a82c019a5ed746b9a36 Mon Sep 17 00:00:00 2001 From: "Yasmin Seidel (JasminDreasond)" Date: Sat, 20 Apr 2024 16:18:06 -0300 Subject: [PATCH] tiny css fix --- info/dev/requests.md | 2 ++ src/scss/user-profile/profile.scss | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/info/dev/requests.md b/info/dev/requests.md index 6e1fde186..40580a44c 100644 --- a/info/dev/requests.md +++ b/info/dev/requests.md @@ -1,3 +1,5 @@ +Tentativa de obter perfil desconhecido + Tonar isso mais usável ao react events. src/app/organisms/space-settings/handleBannerUpload.js diff --git a/src/scss/user-profile/profile.scss b/src/scss/user-profile/profile.scss index 38f63aaa7..a13166e9a 100644 --- a/src/scss/user-profile/profile.scss +++ b/src/scss/user-profile/profile.scss @@ -31,6 +31,7 @@ } &.content-dm { + height: 45px; .notification-badge { margin-top: -29px !important; } @@ -54,10 +55,6 @@ } } - &.content-dm { - height: 45px; - } - &.content-dm:not(.content-with-custom-status) { .username-base { margin-top: 10px;