mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
space between content and frame of modal dialog increased
This commit is contained in:
parent
ce0c2c387a
commit
5de793c189
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@
|
|||
.modal-dialog-content {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
margin: 1rem 0.5rem;
|
||||
padding: 0 0.5rem;
|
||||
margin: 2rem 1rem;
|
||||
padding: 0 1rem;
|
||||
overflow-y: auto;
|
||||
|
||||
.buttons-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue