From 48601888324949dcb37dc4e25d6126e171fe7450 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 13 Nov 2023 13:43:02 -0800 Subject: [PATCH] fixes other errors --- assets/components/LogViewer/LogViewer.vue | 4 +-- assets/components/ScrollableView.vue | 4 +-- assets/components/Search.vue | 2 +- assets/components/common/Toggle.vue | 2 +- assets/main.css | 43 +++++++++++------------ tailwind.config.ts | 23 ++++++------ 6 files changed, 36 insertions(+), 42 deletions(-) diff --git a/assets/components/LogViewer/LogViewer.vue b/assets/components/LogViewer/LogViewer.vue index 002d2f5d3365..ee9f6e81c333 100644 --- a/assets/components/LogViewer/LogViewer.vue +++ b/assets/components/LogViewer/LogViewer.vue @@ -7,7 +7,7 @@ :class="{ 'border border-secondary': toRaw(item) === toRaw(lastSelectedItem) }" >