mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-04-29 09:10:06 +00:00
Merge pull request #1215 from Fr1ngg/uv8nkp-bedolaga/fix-layout-for-subscription-block-on-mobile
Adjust mobile spacing for subscription purchase actions
This commit is contained in:
@@ -1182,6 +1182,17 @@
|
||||
box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.15);
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
.subscription-purchase-summary {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.subscription-purchase-actions {
|
||||
margin-top: 26px;
|
||||
padding-bottom: calc(32px + env(safe-area-inset-bottom, 0));
|
||||
}
|
||||
}
|
||||
|
||||
.subscription-purchase-actions .btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user