From de51a14e51b2d0ad0e105f2cb1b4037ecc71197e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:02:40 +0700 Subject: [PATCH] notif popups: fix funny width notif when 2+ media players --- .config/ags/widgets/indicators/notificationpopups.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ags/widgets/indicators/notificationpopups.js b/.config/ags/widgets/indicators/notificationpopups.js index ab8e68af9..f3cd59e8d 100644 --- a/.config/ags/widgets/indicators/notificationpopups.js +++ b/.config/ags/widgets/indicators/notificationpopups.js @@ -6,6 +6,7 @@ import Notification from '../../lib/notification.js'; export default () => Box({ vertical: true, + hpack: 'center', className: 'osd-notifs spacing-v-5-revealer', attribute: { 'map': new Map(),