From 02f0b0c868bac1be56aef315f733b4ded53fa65b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:51:09 +0700 Subject: [PATCH] Update notificationlist.js --- .config/ags/widgets/sideright/notificationlist.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/ags/widgets/sideright/notificationlist.js b/.config/ags/widgets/sideright/notificationlist.js index 0173b09e..8e7d7801 100644 --- a/.config/ags/widgets/sideright/notificationlist.js +++ b/.config/ags/widgets/sideright/notificationlist.js @@ -100,7 +100,9 @@ export default (props) => { Label({ hexpand: true, xalign: 0, - className: 'txt-title-small', + className: 'txt-title-small margin-left-10', + // ^ (extra margin on the left so that it looks similarly spaced + // when compared to borderless "Clear" button on the right) label: 'Notifications', }), silenceButton,