Fix mobile view

pull/481/head
Cory LaViska 2020-12-29 15:26:47 -05:00
rodzic 9232f35ccc
commit 7ad4f55a89
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -210,6 +210,15 @@ Custom icons can be loaded individually with the `src` attribute. Only SVGs on a
.icon-list-item { .icon-list-item {
font-size: 20px; 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) { @media screen and (max-width: 500px) {