From 8c07e63f773a15119f3cf773c083fe3b76306c3f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 31 Aug 2018 04:39:07 +0300 Subject: [PATCH] fix --- src/components/notifications/notifications.scss | 2 -- src/components/timeline/timeline.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index f14b7d40..4dbceede 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -22,8 +22,6 @@ } .loadmore-error { - position: absolute; - right: 0.6em; min-width: 6em; text-align: center; padding: 0 0.25em 0 0.25em; diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index ed354030..e42c0c4b 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -66,8 +66,6 @@ } .loadmore-error { - position: absolute; - right: 0.6em; font-size: 14px; min-width: 6em; text-align: center;