From 7640851aa955bfa3f71a27d98c5330959fd4b38e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 23 Aug 2024 19:48:04 +0200 Subject: [PATCH] dashboard: notification items need more padding on mobile --- dashboard/src/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 59b26c7c8..8cf642cd6 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -1759,6 +1759,7 @@ div:hover > .picture-edit-indicator { .notification-item { cursor: pointer; + padding: 10px 15px; &:hover { box-shadow: 0 2px 27px rgba(0,0,0,.1);