mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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;
|
flex: none;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
|
@ -436,6 +436,7 @@
|
||||||
.discover-content {
|
.discover-content {
|
||||||
.catalog-container {
|
.catalog-container {
|
||||||
.selectable-inputs-container {
|
.selectable-inputs-container {
|
||||||
|
flex-direction: row-reverse;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue