summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/css/searxng.css
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-19 11:19:44 +0100
committerGitHub <noreply@github.com>2021-11-19 11:19:44 +0100
commit55737a219b0c91882a7d512312cc8f545108f8e8 (patch)
tree3dae11390fe632d92c9a2dff5b29a09f2623c999 /searx/static/themes/simple/css/searxng.css
parent3e1d1cc2308c2813061e6b9018ccdc375572d0c3 (diff)
parentef2556770b738f32b2462544af4ad5760b2d1b32 (diff)
Merge pull request #518 from dalf/fix-simple-image-detail
[fix] simple theme: fix image detail layout on mobile
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
-rw-r--r--searx/static/themes/simple/css/searxng.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css
index 179c81c8e..27feda2f3 100644
--- a/searx/static/themes/simple/css/searxng.css
+++ b/searx/static/themes/simple/css/searxng.css
@@ -1888,7 +1888,7 @@ td:hover .engine-tooltip,
}
}
#main_results #results.image-detail-open.only_template_images {
- width: 59.25rem !important;
+ width: min(98%, 59.25rem) !important;
}
#main_results #results.only_template_images.image-detail-open #backToTop {
left: 56.75rem !important;
@@ -1903,7 +1903,7 @@ article.result-images .detail {
position: fixed;
left: 60rem;
right: 0;
- top: 7.5rem;
+ top: 7.75rem;
transition: top 0.064s ease-in 0s;
bottom: 0;
background: var(--color-result-detail-background);