From 141a165811dcc84709aaf8354a3a8229ed1f0331 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 2 Apr 2024 14:48:44 +0200 Subject: [PATCH] update tip text --- frontend/src/html/popups.html | 4 +++- frontend/src/styles/popups.scss | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/html/popups.html b/frontend/src/html/popups.html index f6fc7b6ed..644ddc141 100644 --- a/frontend/src/html/popups.html +++ b/frontend/src/html/popups.html @@ -1162,7 +1162,9 @@ diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 356d93cf6..9ff50ffe4 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -1440,6 +1440,11 @@ } #editProfileModal { + .tip { + font-size: 0.75em; + color: var(--sub-color); + padding: 0.5rem 0.25rem; + } .modal { max-width: 600px; max-height: 100%;