diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-31 04:39:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-31 04:39:07 +0300 |
| commit | 8c07e63f773a15119f3cf773c083fe3b76306c3f (patch) | |
| tree | 1a10b421eb0ba5c2a7b411ca1b754d85762bda6b /src | |
| parent | 46d8b55d445b372b8c782d8730333f7d1363fcf9 (diff) | |
fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 | ||||
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
2 files changed, 0 insertions, 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; |
