bar-notification: repositionning red badge

This commit is contained in:
Lemmy
2026-01-27 18:02:24 -05:00
parent e3d744df80
commit 5084ca9d64
+5 -5
View File
@@ -111,15 +111,15 @@ NIconButton {
}
Loader {
anchors.right: parent.right
anchors.top: parent.top
anchors.rightMargin: 2
anchors.topMargin: 1
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenterOffset: parent.baseSize / 4
anchors.verticalCenterOffset: -parent.baseSize / 4
z: 2
active: showUnreadBadge
sourceComponent: Rectangle {
id: badge
height: 8
height: 7
width: height
radius: Style.radiusXS
color: Color.mError