logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 0c7450252a3e42a5fc6488b0def26c5934fb0adb
parent: d427eaca902240f5702411d40049f87da167985f
Author: Shpuld Shpuldson <shpuld@gmail.com>
Date:   Sat, 11 Mar 2017 12:44:44 -0500

Merge branch 'fix/small-buttons-chrome-tweak' into 'develop'

Fix the appearance of 'Read'/'Show new' buttons on Chrome

See merge request !65

Diffstat:

Msrc/components/notifications/notifications.scss3++-
Msrc/components/timeline/timeline.vue4+++-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git 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 @@ -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);