adding search description for mobile view

This commit is contained in:
Kibi Kelburton 2022-05-08 01:13:23 +02:00
parent 872abd7f73
commit 3731d1d785

View File

@ -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;
}
} }