From c7e7bc2ce4232e35781c849d8c94e3bf86778216 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 12 Oct 2022 11:41:54 +0200 Subject: [PATCH] feat: reduce timeline skill size --- src/components/Timeline.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index a9aaa81..b075d82 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -456,6 +456,8 @@ export default class Timeline extends Vue { margin-bottom: .4em; user-select: none; + + font-size: .7em; } }