mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Addons spacing adapted to Discover spacing
This commit is contained in:
parent
f327a53bfc
commit
ef01e97fa7
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 1.5rem 3rem;
|
||||
padding: 1.5rem;
|
||||
overflow: visible;
|
||||
|
||||
.add-button-container {
|
||||
|
|
@ -141,7 +141,8 @@
|
|||
.addons-list-container {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
padding: 0 3rem;
|
||||
padding: 0 1.5rem;
|
||||
margin-right: 1.5rem;
|
||||
overflow-y: auto;
|
||||
|
||||
.addon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue