booru: style changes, tag button dont add space at beginning

This commit is contained in:
end-4
2025-04-29 11:10:53 +02:00
parent 5543efac7a
commit 891da6c522
3 changed files with 32 additions and 9 deletions
@@ -148,9 +148,17 @@ Item {
}
Item { // Placeholder when list is empty
visible: taskList.length === 0
visible: opacity > 0
opacity: taskList.length === 0 ? 1 : 0
anchors.fill: parent
Behavior on opacity {
NumberAnimation {
duration: Appearance.animation.elementDecel.duration
easing.type: Appearance.animation.elementDecel.type
}
}
ColumnLayout {
anchors.centerIn: parent
spacing: 5