Merge pull request #943 from dalf/fix-874
[simple] switch to tablet layout when the screen width is stictly below 1280px
This commit is contained in:
commit
927aa71133
Binary file not shown.
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
Binary file not shown.
Binary file not shown.
@ -244,7 +244,7 @@
|
|||||||
|
|
||||||
/// Device Size
|
/// Device Size
|
||||||
/// @desktop > @tablet
|
/// @desktop > @tablet
|
||||||
@tablet: 80em;
|
@tablet: 79.75em; // see https://github.com/searxng/searxng/issues/874
|
||||||
@phone: 50em;
|
@phone: 50em;
|
||||||
@small-phone: 35em;
|
@small-phone: 35em;
|
||||||
@ultra-small-phone: 20rem;
|
@ultra-small-phone: 20rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user