UI: доработать профиль и связи

This commit is contained in:
AidarKC
2026-09-01 15:24:39 +04:00
parent 390a2b988e
commit 632d56737b
8 changed files with 240 additions and 115 deletions
+31
View File
@@ -10568,3 +10568,34 @@ body.chat-topbar-overlay .composer-slot {
line-height: 1.1 !important;
white-space: nowrap !important;
}
.badge.profile-toggle-btn.is-not-interested {
border-color: rgba(170, 180, 205, 0.38);
color: #d7deea;
background: rgba(116, 126, 148, 0.18);
}
.profile-shine-not-interested {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid rgba(170, 180, 205, 0.34);
background: rgba(116, 126, 148, 0.14);
color: #d7deea;
font-size: 20px;
line-height: 1;
}
.profile-param-value {
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.profile-shine-not-interested img {
width: 22px;
height: 22px;
display: block;
}