feat(ui): старт с личных сообщений и бейдж непрочитанных

This commit is contained in:
AidarKC
2026-04-22 17:23:20 +03:00
parent 58bbf063ca
commit 97a2bee81a
3 changed files with 57 additions and 5 deletions
+25
View File
@@ -621,6 +621,31 @@
position: relative;
}
.toolbar-btn-messages {
position: relative;
}
.toolbar-unread-badge {
position: absolute;
top: 2px;
right: 6px;
min-width: 16px;
height: 16px;
border-radius: 999px;
padding: 0 5px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #f07f8a;
color: #fff2f4;
border: 1px solid rgba(255, 222, 227, 0.55);
box-shadow: 0 4px 10px rgba(152, 36, 52, 0.35);
font-size: 10px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}
.toolbar-btn-profile .toolbar-label-wrap {
padding-bottom: 10px;
}