mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 18:48:17 +00:00
selectable inputs margins fixed
This commit is contained in:
parent
3c4a3eeaec
commit
2c628d8603
1 changed files with 5 additions and 1 deletions
|
|
@ -41,7 +41,10 @@
|
|||
flex-shrink: 1;
|
||||
flex-basis: 15rem;
|
||||
height: 3.5rem;
|
||||
margin-right: 1.5rem;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
&:nth-child(n+4) {
|
||||
display: none;
|
||||
|
|
@ -64,6 +67,7 @@
|
|||
justify-content: center;
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
margin-left: 1.5rem;
|
||||
background-color: @color-background;
|
||||
|
||||
&:not(:nth-last-child(2)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue