+
Scrolling:
@@ -31,11 +32,6 @@ app.templates.settingsPage = (settings) -> """
-
+
+ Reset all settings and data
"""
diff --git a/assets/stylesheets/components/_mobile.scss b/assets/stylesheets/components/_mobile.scss
index 2992e622..08a2c6fb 100644
--- a/assets/stylesheets/components/_mobile.scss
+++ b/assets/stylesheets/components/_mobile.scss
@@ -6,6 +6,8 @@
font-size: 100%;
background: $contentBackground;
+ ._hide-on-mobile { display: none; }
+
// Layout
body { -ms-overflow-style: -ms-autohiding-scrollbar; }
@@ -36,6 +38,8 @@
box-shadow: none;
}
+ // Settings
+
._settings { position: relative; }
._settings-tabs { display: block; }
._header ._settings-btn { width: auto; }
diff --git a/assets/stylesheets/components/_settings.scss b/assets/stylesheets/components/_settings.scss
index 97d533e4..43e16564 100644
--- a/assets/stylesheets/components/_settings.scss
+++ b/assets/stylesheets/components/_settings.scss
@@ -66,15 +66,11 @@
}
@media (max-width: $maxWidth) {
- ._settings-max-width { display: none; }
+ ._setting-max-width { display: none; }
}
-._settings-link {
- display: inline-block;
- vertical-align: top;
- margin-left: .375rem;
-
- &[data-behavior="reset"] { color: $textColorRed; }
+._reset-link {
+ color: $textColorRed;
}
//