From 143a4c92b2e51616585f7705fd61f9ddcdad9e85 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 14 Jun 2025 13:47:03 -0300 Subject: [PATCH] :wrench: chore(style/control-center): add more padding to notification history's notification widget --- ags/style/_control-center.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ags/style/_control-center.scss b/ags/style/_control-center.scss index 2866152..26a547a 100644 --- a/ags/style/_control-center.scss +++ b/ags/style/_control-center.scss @@ -178,6 +178,7 @@ box.history { & .notifications { & .notification { background: colors.$bg-translucent-primary; + padding: 3px; } }