unread chat message markers fix
This commit is contained in:
SDE
2023-11-05 21:49:41 +03:00
parent abba3e6e10
commit 8c3ebb00e5
2 changed files with 6 additions and 4 deletions

View File

@@ -627,17 +627,19 @@
.cost-messages-in-user-tab-messenger{ .cost-messages-in-user-tab-messenger{
width: 25px; width: 15px;
height: 25px; height: 15px;
background: #FF613A; background: #FF613A;
color: #FFFFFF; color: #FFFFFF;
border-radius: 100%; border-radius: 100%;
text-align: center;
} }
.cost-messages-in-user-tab-messenger > span{ .cost-messages-in-user-tab-messenger > span{
padding-top: 5px; padding-top: 1px;
display: block; display: block;
padding-left: 8px; padding-left: 8px;
font-size: 10px;
} }

View File

@@ -105,4 +105,4 @@
{# <div>#} {# <div>#}
{# <a href="/profile/logout">Выйти из профиля</a>#} {# <a href="/profile/logout">Выйти из профиля</a>#}
{# </div>#} {# </div>#}
</div> </div>