From 330288b4cd874bb960735edb1acde01b0bfbf684 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 28 Aug 2018 16:14:32 +0300 Subject: panel styling cleanup --- src/components/timeline/timeline.vue | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'src/components/timeline') diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index c4e0fbce..ed354030 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -57,36 +57,8 @@ @import '../../_variables.scss'; .timeline { - .timeline-heading { - position: relative; - display: flex; - } - - .title { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 70%; - } - - .loadmore-button { - position: absolute; - right: 0.6em; - font-size: 14px; - - min-width: 6em; - height: 1.8em; - line-height: 100%; - } - .loadmore-text { - position: absolute; - right: 0.6em; font-size: 14px; - min-width: 6em; - font-family: sans-serif; - text-align: center; - padding: 0 0.5em 0 0.5em; opacity: 0.8; background-color: transparent; color: $fallback--faint; @@ -98,7 +70,6 @@ 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; -- cgit v1.2.3-70-g09d2 From 8c07e63f773a15119f3cf773c083fe3b76306c3f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 31 Aug 2018 04:39:07 +0300 Subject: fix --- src/components/notifications/notifications.scss | 2 -- src/components/timeline/timeline.vue | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/components/timeline') 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; -- cgit v1.2.3-70-g09d2