From 8c3ebb00e5eae49e874c13301799f76baf16149d Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 5 Nov 2023 21:49:41 +0300 Subject: [PATCH 1/2] 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 From 1c1867610d7f903454be066a32b47a50ca35271c Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 5 Nov 2023 21:51:47 +0300 Subject: [PATCH 2/2] 0.7.76 unread chat message markers fix --- static/css/styles(boris).css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 1c4726e..95e5eaf 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -638,7 +638,6 @@ .cost-messages-in-user-tab-messenger > span{ padding-top: 1px; display: block; - padding-left: 8px; font-size: 10px; }