diff options
Diffstat (limited to 'searx/static/themes/simple/src/less/detail.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/detail.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/detail.less b/searx/static/themes/simple/src/less/detail.less index 6c4022765..c12883c12 100644 --- a/searx/static/themes/simple/src/less/detail.less +++ b/searx/static/themes/simple/src/less/detail.less @@ -17,7 +17,7 @@ article.result-images .detail { position: fixed; left: 60rem; right: 0; - top: 7rem; + top: @search-height; bottom: 0; background: var(--color-result-detail-background); border: 1px solid var(--color-result-detail-background); |