kopia lustrzana https://github.com/shoelace-style/shoelace
Fix mobile view
rodzic
9232f35ccc
commit
7ad4f55a89
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue