mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-30 10:49:48 +00:00
controls in control bar of discover properly aligned
This commit is contained in:
parent
1f5ac16275
commit
d2b81d199e
1 changed files with 13 additions and 1 deletions
|
|
@ -47,6 +47,14 @@
|
|||
height: 3rem;
|
||||
margin-right: 1rem;
|
||||
|
||||
&:nth-child(n+4) {
|
||||
display: none;
|
||||
|
||||
&~.filter-container {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.multiselect-menu-container {
|
||||
max-height: calc(3.2rem * 7);
|
||||
overflow: auto;
|
||||
|
|
@ -54,11 +62,16 @@
|
|||
}
|
||||
|
||||
.filter-container {
|
||||
display: none;
|
||||
flex: none;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
background-color: var(--color-backgroundlighter);
|
||||
|
||||
&:not(:nth-last-child(2)) {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.filter-icon {
|
||||
display: block;
|
||||
width: 1.2rem;
|
||||
|
|
@ -74,7 +87,6 @@
|
|||
|
||||
.paginate-input-container {
|
||||
flex: none;
|
||||
margin-right: 1rem;
|
||||
background-color: var(--color-backgroundlighter);
|
||||
|
||||
.paginate-prev-button-container, .paginate-next-button-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue