[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
@@ -122,7 +122,7 @@
}
}
@media screen and (max-width: 75em) {
@media screen and (max-width: 80em) {
.preferences_back {
clear: both;
}