From 8c3ebb00e5eae49e874c13301799f76baf16149d Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 5 Nov 2023 21:49:41 +0300 Subject: [PATCH] 0.7.75 unread chat message markers fix --- static/css/styles(boris).css | 8 +++++--- templates/blocks/profile/b_buttons_menu_profile.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 7c8e917..1c4726e 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -627,17 +627,19 @@ .cost-messages-in-user-tab-messenger{ - width: 25px; - height: 25px; + width: 15px; + height: 15px; background: #FF613A; color: #FFFFFF; border-radius: 100%; + text-align: center; } .cost-messages-in-user-tab-messenger > span{ - padding-top: 5px; + padding-top: 1px; display: block; padding-left: 8px; + font-size: 10px; } diff --git a/templates/blocks/profile/b_buttons_menu_profile.html b/templates/blocks/profile/b_buttons_menu_profile.html index 8c9e319..6f80964 100644 --- a/templates/blocks/profile/b_buttons_menu_profile.html +++ b/templates/blocks/profile/b_buttons_menu_profile.html @@ -105,4 +105,4 @@ {#
#} {# Выйти из профиля#} {#
#} - \ No newline at end of file + \ No newline at end of file