diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-03-04 08:26:02 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-03-04 08:26:02 +0000 |
commit | 8ffbaa086ad1f5518871b249b3d9cfaca00e5ecf (patch) | |
tree | 108d9e78e2a82473ce617fdf2e7e14f7214f6db4 /searx | |
parent | e2ba347669a3626286c8994aebe0ca4526438714 (diff) | |
download | searxng-8ffbaa086ad1f5518871b249b3d9cfaca00e5ecf.tar.gz searxng-8ffbaa086ad1f5518871b249b3d9cfaca00e5ecf.zip |
[simple] switch to the tablet layout at 79.75em
The previous value was 80em (1280px).
Some desktop screens have this resolution,
and tablet layout takes too much space in this configuration
This PR switch to the table layout for screen width strictly below 1280px.
Close https://github.com/searxng/searxng/issues/874
Diffstat (limited to 'searx')
-rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index 804d4423e..651a8d854 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -244,7 +244,7 @@ /// Device Size /// @desktop > @tablet -@tablet: 80em; +@tablet: 79.75em; // see https://github.com/searxng/searxng/issues/874 @phone: 50em; @small-phone: 35em; @ultra-small-phone: 20rem; |