Mini-app updates: UI TG MAX session nav logs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user