SHA256
Доделать профиль, связи и серверные миграции
This commit is contained in:
@@ -10599,3 +10599,12 @@ body.chat-topbar-overlay .composer-slot {
|
||||
height: 22px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Profile v18 statistics/lists */
|
||||
.profile-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
|
||||
.profile-stat-card{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;cursor:pointer}
|
||||
.profile-stat-card b{font-size:22px}.profile-stat-card span{font-size:12px;opacity:.78}
|
||||
.profile-list-row{width:100%;align-items:center;gap:12px;text-align:left;cursor:pointer}
|
||||
.profile-list-row-text{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-list-row-text small{opacity:.68}
|
||||
.profile-bottom-actions{justify-content:center;gap:12px;position:sticky;bottom:12px;z-index:3}
|
||||
.profile-about:empty{display:none}
|
||||
|
||||
Reference in New Issue
Block a user