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