mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-24 21:30:52 +00:00
Merge pull request #1145 from Fr1ngg/revert-1144-q2di6m-bedolaga/fix-button-cropping-in-subscription-section
Revert "Fix subscription top-up button clipping"
This commit is contained in:
@@ -1148,13 +1148,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
margin: 18px -16px 0;
|
||||
margin: 18px -16px -16px;
|
||||
padding: 18px 16px calc(24px + env(safe-area-inset-bottom, 0));
|
||||
background: rgba(var(--primary-rgb), 0.08);
|
||||
border-top: 1px solid rgba(var(--primary-rgb), 0.12);
|
||||
box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.15);
|
||||
border-bottom-left-radius: var(--radius-lg);
|
||||
border-bottom-right-radius: var(--radius-lg);
|
||||
}
|
||||
|
||||
.subscription-purchase-actions .btn {
|
||||
|
||||
Reference in New Issue
Block a user