[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:
MrPaulBlack 2021-09-26 13:01:22 +02:00 committed by Markus Heiser
parent b6ae1f1c7a
commit 8268873701
3 changed files with 32 additions and 42 deletions

View file

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