Mini-app updates: UI TG MAX session nav logs

This commit is contained in:
Fedor
2026-02-23 11:31:52 +03:00
parent 4536210284
commit 6350f9015b
19 changed files with 1221 additions and 322 deletions

View File

@@ -11,9 +11,9 @@
.claim-form-card {
max-width: 100%;
width: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
border: 1px solid #d9d9d9;
box-shadow: none;
border-radius: 0;
border: none;
}
.claim-form-card .ant-card-body {
@@ -40,6 +40,7 @@
.steps-content {
min-height: 400px;
padding: 20px 0;
overflow-y: auto;
}
@media (max-width: 768px) {
@@ -68,8 +69,8 @@
.claim-form-container.telegram-mini-app .claim-form-card {
max-width: 100%;
box-shadow: none;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 0;
border: none;
}
.claim-form-container.telegram-mini-app .claim-form-card .ant-card-head {