Вернуть профильные элементы

This commit is contained in:
2026-09-02 15:02:48 +03:00
parent 8eb2ef438c
commit 09c7f8541e
2 changed files with 18 additions and 4 deletions
+11
View File
@@ -9910,6 +9910,17 @@ body.chat-topbar-overlay .composer-slot > * {
padding: 0 0 10px;
}
.user-profile-full-name {
width: min(88%, 340px);
margin: 0 auto clamp(8px, 1.4vh, 12px);
color: rgba(239, 246, 255, 0.94);
font-size: clamp(16px, 4.5vw, 19px);
font-weight: 700;
line-height: 1.2;
text-align: center;
overflow-wrap: anywhere;
}
.user-profile-hero {
display: grid;
grid-template-columns: minmax(0, 1fr) var(--user-profile-avatar-size) minmax(0, 1fr);