[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:
committed by
Markus Heiser
parent
b6ae1f1c7a
commit
8268873701
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user