mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] several issues in the simple theme
- using more rem in style and definitions - mobile width in preferences.less fix max-width: 75em to 80em (normalized with style.less and other) - do not display #backToTop position on tablet (when max-width: 80em) - fix answer box on mobile (when max-width: 50em)
This commit is contained in:
parent
b6ae1f1c7a
commit
8268873701
3 changed files with 32 additions and 42 deletions
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
@color-url-font: #29314d;
|
||||
@color-url-visited-font: #684898;
|
||||
@results-width: 35em;
|
||||
@results-width: 45rem;
|
||||
@results-offset: 10rem;
|
||||
@results-tablet-offset: 0.5rem;
|
||||
@results-gap: 6em;
|
||||
@search-width: 40em;
|
||||
@results-gap: 5rem;
|
||||
@search-width: 40rem;
|
||||
|
||||
//
|
||||
@color-a-font: @color-base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue