aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-02 16:07:31 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-02 16:07:31 +0200
commitf4b18df644907090516bf19c8f6c7b78e0b2bb43 (patch)
tree62c245911a346a6881f6d4e1f14a85dd9919f428 /src/components/timeline/timeline.vue
parentfdfb8810c1d8ab64969c38aa1a6bce1daf013249 (diff)
block clicks in blank area of timeline menu, fix 'up-to-date' align
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 0326342b..4c43fe5c 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -102,6 +102,7 @@
.timeline-heading {
max-width: 100%;
flex-wrap: nowrap;
+ align-items: center;
.loadmore-button {
flex-shrink: 0;
}