From 4e6c2676707f90474f12b5363b07e1e5045357bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 26 Jan 2025 22:22:30 +0100 Subject: [PATCH] fix(style): adjust alarm list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/AppSidebar/Alarm/AlarmList.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/AppSidebar/Alarm/AlarmList.vue b/src/components/AppSidebar/Alarm/AlarmList.vue index 45efe7ed6..029ca5ec7 100644 --- a/src/components/AppSidebar/Alarm/AlarmList.vue +++ b/src/components/AppSidebar/Alarm/AlarmList.vue @@ -156,13 +156,15 @@ export default { border-bottom: 1px solid var(--color-border); width: 100%; color: var(--color-text-lighter); + padding: 0 6px; + gap: 0 4px; .component { &__icon { display: flex; - height: 44px; - width: 44px; - min-width: 44px; + height: var(--default-clickable-area); + width: var(--default-clickable-area); + min-width: var(--default-clickable-area); justify-content: center; .material-design-icon__svg {