Доделать профиль, связи и серверные миграции

This commit is contained in:
AidarKC
2026-09-01 18:14:55 +04:00
parent 632d56737b
commit c03d94105c
42 changed files with 1555 additions and 414 deletions
+9
View File
@@ -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}