Browse Source

Merge pull request #943 from dalf/fix-874

[simple] switch to tablet layout when the screen width is stictly below 1280px
Alexandre Flament 3 years ago
parent
commit
927aa71133

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/pointhi.min.css.map


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css.map


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng.min.css.map


+ 1 - 1
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;

Some files were not shown because too many files changed in this diff