From ab2546ab38b2aafb4456e1860477cdd63b2c4dfb Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 13 Apr 2018 23:04:31 +0300 Subject: [PATCH] Fix timeline error not using correct styling while at it --- src/components/timeline/timeline.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 03f6ad3d..c4e0fbce 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -7,7 +7,7 @@ -
+
{{$t('timeline.error_fetching')}}
@@ -84,13 +84,26 @@ right: 0.6em; font-size: 14px; min-width: 6em; - background-color: transparent; - color: $fallback--faint; - color: var(--faint, $fallback--faint); font-family: sans-serif; text-align: center; padding: 0 0.5em 0 0.5em; opacity: 0.8; + background-color: transparent; + color: $fallback--faint; + color: var(--faint, $fallback--faint); + } + + .loadmore-error { + position: absolute; + right: 0.6em; + font-size: 14px; + min-width: 6em; + font-family: sans-serif; + text-align: center; + padding: 0 0.25em 0 0.25em; + margin: 0; + color: $fallback--fg; + color: var(--fg, $fallback--fg); } }