mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Discover): inverted inputs order on desktop
This commit is contained in:
parent
3adfcacf26
commit
f18341f8ab
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
flex: none;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
flex-direction: row;
|
||||
padding: 1.5rem;
|
||||
overflow: visible;
|
||||
|
||||
|
|
@ -436,6 +436,7 @@
|
|||
.discover-content {
|
||||
.catalog-container {
|
||||
.selectable-inputs-container {
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
gap: 1em;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue