From 777c2529158df9b46a0628423c49901a99b4e177 Mon Sep 17 00:00:00 2001 From: Maybe <96062022+maybe-but-fly@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:56:55 +0900 Subject: [PATCH] fix(ui): refreshing the page if pressing enter in the search, horizontal scrolling the monitor lit on mobile/tablets and aligning items in the monitor list (#6751) --- src/components/MonitorList.vue | 8 +++----- src/components/MonitorListItem.vue | 5 +++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue index b541a8ad8..098c07286 100644 --- a/src/components/MonitorList.vue +++ b/src/components/MonitorList.vue @@ -1,5 +1,5 @@