From 3731d1d785a01d36d7dee2e96afc22f5ea808605 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Sun, 8 May 2022 01:13:23 +0200 Subject: [PATCH] adding search description for mobile view --- public/s/css/f0ck.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index a851442..16ac2d5 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -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; + } } \ No newline at end of file