aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-03-11 03:23:34 +0200
committershpuld <shpuld@gmail.com>2017-03-11 03:23:34 +0200
commit9061fa36ac1428771628731aef48e203a6b89b34 (patch)
tree01e82771f8d382f4e5fd4279dad9b47aa1fce044 /src/components/timeline
parent9e42472679716d188fcf32136484aeb77c680b4d (diff)
Change the small buttons (Read and Show new) to look better on chrome and other non-firefox browsers.
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.vue4
1 files changed, 3 insertions, 1 deletions
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);