notifcenter: remove connector line, keep indent

This commit is contained in:
Damocles 2026-04-17 10:49:11 +02:00
parent 23c70619d8
commit 5e9a8b0a44

View file

@ -411,18 +411,6 @@ M.HoverPanel {
// ---- Individual notification ---- // ---- Individual notification ----
// Vertical connector line visually ties notifs to their group header
Rectangle {
visible: notifDelegate._type === "notif"
anchors.left: parent.left
anchors.leftMargin: 3
anchors.top: parent.top
anchors.bottom: parent.bottom
width: 2
color: M.Theme.base02
radius: 1
}
M.NotifCard { M.NotifCard {
id: _notifCard id: _notifCard
visible: notifDelegate._type === "notif" visible: notifDelegate._type === "notif"