mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(BottomSheet): add bottom padding to container
This commit is contained in:
parent
a98d38fa25
commit
57fc3bc263
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
padding-bottom: 1rem;
|
||||
border-radius: 2rem 2rem 0 0;
|
||||
background-color: var(--modal-background-color);
|
||||
box-shadow: var(--outer-glow);
|
||||
|
|
|
|||
Loading…
Reference in a new issue