filter input search responsive fixed (mobile)
This commit is contained in:
parent
0923a2bc1b
commit
e6cd88bbc0
2 changed files with 8 additions and 2 deletions
|
@ -94,4 +94,5 @@ div.awesomplete li:hover mark {
|
||||||
div.awesomplete li[aria-selected="true"] mark {
|
div.awesomplete li[aria-selected="true"] mark {
|
||||||
background: hsl(86, 102%, 21%);
|
background: hsl(86, 102%, 21%);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -222,7 +222,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagfilter div.awesomplete {
|
.tagfilter div.awesomplete {
|
||||||
width: inherit;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagfilter #tagfilter_value {
|
.tagfilter #tagfilter_value {
|
||||||
|
@ -976,6 +976,11 @@ div.dailyNoEntry {
|
||||||
|
|
||||||
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
|
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
|
||||||
/* A few fixes for mobile devices (far from perfect). */
|
/* A few fixes for mobile devices (far from perfect). */
|
||||||
|
|
||||||
|
.tagfilter div.awesomplete {
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
.nomobile {
|
.nomobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue