mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
grid styles of library unified with dicover
This commit is contained in:
parent
f64a633f25
commit
7c9e06f037
1 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 1.5rem;
|
||||
padding: 1.5rem;
|
||||
overflow: visible;
|
||||
|
||||
.select-input-container {
|
||||
|
|
@ -100,10 +100,11 @@
|
|||
|
||||
.meta-items-container {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
display: grid;
|
||||
grid-auto-rows: max-content;
|
||||
align-items: center;
|
||||
grid-gap: 1.5rem;
|
||||
grid-gap: 0.5rem;
|
||||
padding: 0 1.5rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue