From af49e6fd6f22ac2cec9fa7ba9cf6b76482f52d80 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 27 Jan 2023 12:40:05 -0800 Subject: [PATCH] Does not center multiline --- assets/components/LogViewer/LogLevel.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/components/LogViewer/LogLevel.vue b/assets/components/LogViewer/LogLevel.vue index 5272b10e..f15d9f81 100644 --- a/assets/components/LogViewer/LogLevel.vue +++ b/assets/components/LogViewer/LogLevel.vue @@ -16,12 +16,14 @@ div { width: 0.7em; height: 0.7em; border-radius: 0.5em; - align-self: center; + align-self: auto; + margin-top: 0.4em; &[data-position="start"] { border-radius: 0.5em 0.5em 0 0; height: 70%; margin-bottom: -0.2em; + margin-top: auto; align-self: flex-end; }