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:
Alexandre Flament 2022-03-04 16:44:37 +01:00 committed by GitHub
commit 927aa71133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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;