From 015bf78dd9b17a1eac11119e38d8e83be8d791ae Mon Sep 17 00:00:00 2001 From: shpuld Date: Sun, 26 Feb 2017 22:36:54 +0200 Subject: [PATCH 01/30] Heading text floats left, initial attempt at load more in the right side of the heading. --- src/App.scss | 4 ++-- src/components/timeline/timeline.vue | 12 +++++++++--- .../user_card_content/user_card_content.vue | 5 +++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/App.scss b/src/App.scss index 0945c76b..8a1942c6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -109,8 +109,8 @@ main-router { .panel-heading { border-radius: 10px 10px 0 0; background-size: cover; - padding: 0.6em 0; - text-align: center; + padding: 0.6em 1.0em; + text-align: left; font-size: 1.3em; line-height: 24px; } diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 45886f6c..078d954c 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -1,7 +1,7 @@