Revert "Compact Mode Improvements"

This reverts commit fb3b1490a9.

BUG: 480504
This commit is contained in:
Nate Graham
2024-02-01 08:45:01 -07:00
parent da4ce27168
commit b7d6208869
3 changed files with 82 additions and 63 deletions

View File

@@ -55,7 +55,7 @@ Item {
id: contentItemParent
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.leftMargin: state === "alignLeft" ? Kirigami.Units.smallSpacing : 0
anchors.leftMargin: state === "alignLeft" ? Kirigami.Units.largeSpacing : 0
state: Config.compactLayout || root.alwaysMaxWidth ? "alignLeft" : "alignCenter"
// Align left when in compact mode and center when using bubbles