sidebar doesn't reduce height when new notifs come in
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 18s
Python / test (pull_request) Successful in 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m14s

This commit is contained in:
2026-06-17 21:49:52 +02:00
parent 2cb4d9b739
commit fbadcbb717
5 changed files with 115 additions and 106 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Item {
required property var visibilities
implicitHeight: content.implicitHeight
implicitWidth: Math.max(sidebarPanel.width * (1 - sidebarPanel.offsetScale), content.implicitWidth)
implicitWidth: content.implicitWidth
visible: height > 0
Content {