Профиль: реальные UserParam данные в правой вкладке и обновление через сервер

This commit is contained in:
ai5590
2026-04-05 20:39:17 +03:00
parent cf5460c5c7
commit 525627c972
8 changed files with 385 additions and 56 deletions
+32
View File
@@ -131,6 +131,38 @@
font-size: 14px;
}
.profile-data-help p {
margin-top: 6px;
line-height: 1.4;
color: #d8e3ff;
}
.profile-param-list {
gap: 8px;
}
.profile-param-item {
padding: 10px;
gap: 6px;
}
.profile-param-head {
display: flex;
justify-content: space-between;
gap: 8px;
}
.profile-param-value {
font-size: 15px;
color: #eef3ff;
word-break: break-word;
}
.profile-param-time {
font-size: 12px;
}
.auth-screen {
min-height: calc(100dvh - 48px - env(safe-area-inset-bottom));
display: grid;