This commit is contained in:
iqudoo
2026-06-12 22:09:49 +08:00
parent bc94c1d830
commit 10d96084e6
4 changed files with 97 additions and 65 deletions

View File

@@ -1142,6 +1142,14 @@ body,
gap: 8px !important;
}
.mobile-template-header.mobile-template-header-row {
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
justify-content: space-between !important;
gap: 12px !important;
}
.mobile-template-header h1 span:first-child {
font-size: 12px;
}