aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-12-16 17:57:59 +0000
committerShpuld Shpludson <shp@cock.li>2020-12-16 17:57:59 +0000
commit3359d4ddf6ee6449bd230eb2056f08edbb3d355e (patch)
treeb3623cd0f3cbe1f79baa238d0b7d64028f0f2fd9 /src/components/timeline/timeline.vue
parent10399c193a68fc14c0c72b0cf970bfe2605a247e (diff)
parenta2f1ad93f557940635829aeb97cafa45dc6ed11e (diff)
Merge branch 'fix/timeline-bar-clickables-offset' into 'develop'
Fix #923 block clicks in blank area of timeline menu, fix 'up-to-date' align Closes #923 See merge request pleroma/pleroma-fe!1300
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;
}