From e70226d51f479e6a4f71a5cc01e911ef83cd3493 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 20 May 2025 14:54:42 -0700 Subject: [PATCH] style: update Notifications.css for improved layout clarity - Adjusted the width of the notifications checkbox group title from 220px to 150px for better visual structure. - This change aligns with ongoing efforts to refine input guidance and visual consistency across the plugin. --- emhttp/plugins/dynamix/sheets/Notifications.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/emhttp/plugins/dynamix/sheets/Notifications.css b/emhttp/plugins/dynamix/sheets/Notifications.css index 67aac7833..c0d2f0c5d 100644 --- a/emhttp/plugins/dynamix/sheets/Notifications.css +++ b/emhttp/plugins/dynamix/sheets/Notifications.css @@ -1,11 +1,5 @@ -select.a { - min-width: 220px; -} -input.a { - width: 220px; -} -span.a { +.notifications-checkbox-group-title { display: inline-block; - width: 220px; + width: 150px; font-style: italic; }