Fix mobile view

This commit is contained in:
Cory LaViska
2020-12-29 15:26:47 -05:00
parent 9232f35ccc
commit 7ad4f55a89

View File

@@ -209,7 +209,16 @@ Custom icons can be loaded individually with the `src` attribute. Only SVGs on a
.icon-list-item {
font-size: 20px;
}
}
.icon-search-controls {
display: block;
}
.icon-search-controls sl-select {
width: auto;
margin: 1rem 0 0 0;
}
}
@media screen and (max-width: 500px) {