From c031d90a072df884bc61262dd9d6dfe87e04eff2 Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Thu, 25 Apr 2024 18:28:28 +1000 Subject: [PATCH] :lipstick: slimer burn-in slider --- frontend/src/components/data/TraceList.vue | 34 ++++++++++++++-------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/data/TraceList.vue b/frontend/src/components/data/TraceList.vue index 8f16796..5e6b6a9 100644 --- a/frontend/src/components/data/TraceList.vue +++ b/frontend/src/components/data/TraceList.vue @@ -82,20 +82,24 @@
- -
Burn-in {{burnIn[trace.id]}}%
- - -
+
+
+
Burn-in
+ + {{burnIn[trace.id]}}% +
+
+
+
@@ -126,6 +130,12 @@ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } +.fixed-width { + display: inline-block; + width: 1.2em; /* Adjust this width to fit your content */ + text-align: right; +} +