Вернуть профиль пользователя

This commit is contained in:
2026-09-02 15:31:04 +03:00
parent 09c7f8541e
commit e5556f3706
2 changed files with 23 additions and 5 deletions
+15
View File
@@ -9976,6 +9976,21 @@ body.chat-topbar-overlay .composer-slot > * {
font-weight: 800;
}
.user-profile-about-inline {
width: min(86%, 340px);
margin: clamp(28px, 4.6vh, 36px) auto 0;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
color: rgba(225, 234, 248, 0.82);
font-size: 14px;
line-height: 1.5;
text-align: center;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.user-profile-metric {
width: min(100%, 92px);
min-width: 0;