diff --git a/.config/quickshell/modules/common/widgets/NotificationItem.qml b/.config/quickshell/modules/common/widgets/NotificationItem.qml index fca48a542..a5ace45d0 100644 --- a/.config/quickshell/modules/common/widgets/NotificationItem.qml +++ b/.config/quickshell/modules/common/widgets/NotificationItem.qml @@ -60,7 +60,8 @@ Item { // Notification item area DragManager { // Drag manager id: dragManager - anchors.fill: parent + anchors.fill: root + anchors.leftMargin: -notificationIcon.implicitWidth interactive: expanded automaticallyReset: false acceptedButtons: Qt.LeftButton