style(subscription): adjust back button spacing

This commit is contained in:
2026-06-23 15:28:29 +08:00
parent f14b8a48d2
commit c5eca65303
2 changed files with 7 additions and 17 deletions
@@ -3,14 +3,13 @@
flex-direction: column;
min-height: 100dvh;
background: var(--color-page-background);
padding: 30px 30px 10px;
padding: 18 30px 10px;
}
.header {
display: flex;
align-items: center;
height: 40px;
padding-top: var(--spacing-sm);
}
.backSlot {