notifcard: increase content right margin to avoid dismiss button overlapping time label

This commit is contained in:
Damocles 2026-04-17 10:36:39 +02:00
parent 7cd6716eb8
commit d0be9616ae

View file

@ -121,7 +121,7 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
anchors.leftMargin: _icon.visible ? 8 : 14
anchors.rightMargin: 12
anchors.rightMargin: 20
anchors.topMargin: 8
spacing: 2