feat(launcher): trying a less boxy look

This commit is contained in:
Lemmy
2026-03-11 22:41:25 -04:00
parent 74b2bce935
commit 96930af759
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ Item {
id: gridEntry
anchors.fill: parent
anchors.margins: Style.marginXXS
color: gridEntryContainer.isSelected ? Color.mHover : Color.mSurfaceVariant
color: gridEntryContainer.isSelected ? Color.mHover : "transparent"
forceOpaque: gridEntryContainer.isSelected
Behavior on color {
@@ -18,7 +18,7 @@ NBox {
width: ListView.view.width
implicitHeight: launcher.entryHeight
clip: true
color: entry.isSelected ? Color.mHover : Color.mSurfaceVariant
color: entry.isSelected ? Color.mHover : "transparent"
forceOpaque: entry.isSelected
// Prepare item when it becomes visible (e.g., decode images)