SHA256
Вернуть профильные элементы
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user