diff --git a/packages/frontend/src/components/MkTl.vue b/packages/frontend/src/components/MkTl.vue index a15561d9e0..8e24294c22 100644 --- a/packages/frontend/src/components/MkTl.vue +++ b/packages/frontend/src/components/MkTl.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -143,6 +143,22 @@ const items = computed[]>(() => { border-radius: 50%; } } + + &.first { + .centerLine { + height: 50%; + top: auto; + bottom: 0; + } + } + + &.last { + .centerLine { + height: 50%; + top: 0; + bottom: auto; + } + } } .centerLine {