Search: Fix mobile styling, fixes #157
This commit is contained in:
parent
52e0d1f475
commit
dda0e243e8
1 changed files with 3 additions and 0 deletions
|
@ -112,7 +112,10 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: var(--foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__icon .fa {top: 15px;}
|
.search__icon .fa {top: 15px;}
|
||||||
@media screen and (min-width: 630px) {
|
@media screen and (min-width: 630px) {
|
||||||
.detailed-status {
|
.detailed-status {
|
||||||
|
|
Loading…
Reference in a new issue