This commit is contained in:
2026-01-01 18:33:05 +00:00
parent a218b6a0a1
commit bbb57f1b9f
12 changed files with 78 additions and 17 deletions

View File

@@ -130,12 +130,12 @@ export class DeesActionbar extends DeesElement {
:host {
display: block;
overflow: hidden;
height: 0;
transition: height 0.2s ease-out;
max-height: 0;
transition: max-height 0.2s ease-out;
}
:host(.visible) {
height: auto;
max-height: 100px; /* Enough for actionbar content */
}
.actionbar-item {