aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/TimeLine.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue
index b3bab51..4832cfd 100644
--- a/src/components/TimeLine.vue
+++ b/src/components/TimeLine.vue
@@ -42,6 +42,10 @@
<div v-for="id in idToPos.keys()" :key="id"
class="absolute bg-black text-white rounded-full border border-yellow-500 animate-fadein text-sm text-center"
:style="eventStyles(id)">
+ <div class="w-1/2 h-full float-left"
+ style="shape-outside: radial-gradient(farthest-side at right, transparent 100%, #fff 0%)"></div>
+ <div class="w-1/2 h-full float-right"
+ style="shape-outside: radial-gradient(farthest-side at left, transparent 100%, #fff 0%)"></div>
{{idToEvent.get(id)!.title}}
</div>
<!-- Buttons -->