mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/DonateOptionsCard: fix width
This commit is contained in:
@ -94,7 +94,7 @@
|
||||
--donation-box-padding: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
width: calc(100% - var(--donate-border-radius) * 2);
|
||||
max-width: 480px;
|
||||
|
||||
padding: var(--donate-border-radius);
|
||||
|
Reference in New Issue
Block a user