- {{$t('timeline.up_to_date')}}
+
+
+
+
+ {{ $t("login.hint") }}
+
-
-
-
+
+
+
+ {{title}}
+
+
+ {{$t('timeline.error_fetching')}}
+
+
+
+ {{$t('timeline.up_to_date')}}
+
-
-
-
@@ -56,4 +65,18 @@
background-color: $fallback--fg;
background-color: var(--panel, $fallback--fg);
}
+
+.login-hint {
+ text-align: center;
+
+ @media all and (min-width: 801px) {
+ display: none;
+ }
+
+ a {
+ display: inline-block;
+ padding: 1em 0px;
+ width: 100%;
+ }
+}