adding search description for mobile view
This commit is contained in:
parent
872abd7f73
commit
3731d1d785
|
@ -1790,6 +1790,11 @@ table img {
|
||||||
.results {
|
.results {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mview_desc {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* fix for mobile table view in search! */
|
/* fix for mobile table view in search! */
|
||||||
@media screen and (max-width: 650px) {
|
@media screen and (max-width: 650px) {
|
||||||
table {
|
table {
|
||||||
|
@ -1822,4 +1827,7 @@ table img {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.mview_desc {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user