diff --git a/assets/components/LogViewer/LogLevel.vue b/assets/components/LogViewer/LogLevel.vue
index 12aa2a75..5272b10e 100644
--- a/assets/components/LogViewer/LogLevel.vue
+++ b/assets/components/LogViewer/LogLevel.vue
@@ -16,23 +16,27 @@ div {
width: 0.7em;
height: 0.7em;
border-radius: 0.5em;
-
- &[data-position="middle"] {
- border-radius: 0;
- height: 2em;
- margin: -0.5em 0;
- }
+ align-self: center;
&[data-position="start"] {
border-radius: 0.5em 0.5em 0 0;
- height: 1.2em;
- margin-bottom: -0.4em;
+ height: 70%;
+ margin-bottom: -0.2em;
+ align-self: flex-end;
+ }
+
+ &[data-position="middle"] {
+ border-radius: 0;
+ height: auto;
+ margin: -0.2em 0;
+ align-self: auto;
}
&[data-position="end"] {
border-radius: 0 0 0.5em 0.5em;
- height: 1.4em;
- margin-top: -0.4em;
+ height: 70%;
+ margin-top: -0.2em;
+ align-self: flex-start;
}
&.debug,
diff --git a/assets/components/LogViewer/SimpleLogItem.vue b/assets/components/LogViewer/SimpleLogItem.vue
index bec5264d..9ca458d5 100644
--- a/assets/components/LogViewer/SimpleLogItem.vue
+++ b/assets/components/LogViewer/SimpleLogItem.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap b/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap
index ba4ba5b6..f426a4e5 100644
--- a/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap
+++ b/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap
@@ -25,7 +25,7 @@ exports[`
> render html correctly > should render dates with 1
-
+
<test>foo bar</test>
@@ -59,7 +59,7 @@ exports[`
> render html correctly > should render dates with 2
-
+
<test>foo bar</test>
@@ -93,7 +93,7 @@ exports[`
> render html correctly > should render messages 1`]
-
+
This is a message.
@@ -127,7 +127,7 @@ exports[`
> render html correctly > should render messages wit
-
+
blackwhite
@@ -161,7 +161,7 @@ exports[`
> render html correctly > should render messages wit
-
+
test bar
@@ -195,7 +195,7 @@ exports[`
> render html correctly > should render messages wit