aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-07-01 19:15:28 +0300
committerShpuld Shpuldson <shp@cock.li>2020-07-01 19:15:28 +0300
commitd30b0b28c9371e56ffe54b5a8b56087718221c1d (patch)
tree2ef028c630edb52a2377e8a5ab6ee6492543afec /src/App.scss
parentbeb160bd537abcb7f2e147c7954886d2f51d385f (diff)
catch localforage error and let the application work, add an alert for user to dismiss
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index f2972eda..db447f1c 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -806,6 +806,15 @@ nav {
}
}
+.storage-error-notice {
+ text-align: center;
+ i {
+ cursor: pointer;
+ color: $fallback--text;
+ color: var(--alertErrorText, $fallback--text);
+ }
+}
+
.button-icon {
font-size: 1.2em;
}