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