From 9061fa36ac1428771628731aef48e203a6b89b34 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 11 Mar 2017 03:23:34 +0200 Subject: [PATCH] Change the small buttons (Read and Show new) to look better on chrome and other non-firefox browsers. --- src/components/notifications/notifications.scss | 3 ++- src/components/timeline/timeline.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 5cce7a73..9bc2a5ec 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -8,8 +8,9 @@ position: relative; .read-button { position: absolute; - padding: 0.1em 0.3em 0.25em 0.3em; right: 0.7em; + height: 1.8em; + line-height: 100%; } } diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 84defac7..08733f4f 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -43,8 +43,10 @@ .loadmore-button { position: absolute; right: 0.6em; - padding: 0.1em 0.3em 0.25em 0.3em; + min-width: 6em; + height: 1.8em; + line-height: 100%; } .error { background-color: rgba(255, 48, 16, 0.65);