From c444d787067713138853201a4f334adb022caecc Mon Sep 17 00:00:00 2001 From: Peace Date: Sat, 28 Jan 2023 15:20:40 +0100 Subject: [PATCH] style: fix linting errors --- src/components/MonitorListItem.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/MonitorListItem.vue b/src/components/MonitorListItem.vue index 64f8a8e74..7328dce8e 100644 --- a/src/components/MonitorListItem.vue +++ b/src/components/MonitorListItem.vue @@ -141,8 +141,8 @@ export default { }, methods: { /** - * Changes the collapsed value of the current monitor and saves it to local storage - */ + * Changes the collapsed value of the current monitor and saves it to local storage + */ changeCollapsed() { this.isCollapsed = !this.isCollapsed; @@ -182,7 +182,7 @@ export default { .collapse-padding { padding-left: 8px !important; - padding-right: 2px !important; + padding-right: 2px !important; } // .monitor-item { @@ -198,11 +198,11 @@ export default { } .collapsed { - transform: rotate(-90deg); + transform: rotate(-90deg); } .animated { - transition: all 0.2s $easing-in; + transition: all 0.2s $easing-in; }