From d5811633ea245cd077324416d8f519825cf07584 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 29 Dec 2020 17:11:12 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E4=B8=8A=E3=81=AE=E3=83=90=E3=83=BC=E3=82=92?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/pages/timeline.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/client/pages/timeline.vue b/src/client/pages/timeline.vue index 8a7ee6077..3d753997e 100644 --- a/src/client/pages/timeline.vue +++ b/src/client/pages/timeline.vue @@ -11,14 +11,14 @@ + + +
- - -
.divider { + display: inline-block; + width: 1px; + height: 28px; + vertical-align: middle; + margin: 0 8px; + background: var(--divider); + } } } }