forked from Shinonome/dots-hyprland
booru: style changes, tag button dont add space at beginning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user