Fix media and sleep bar layout

This commit is contained in:
2026-05-19 16:24:11 +02:00
parent 6a5852654b
commit 36a15f3ed4
4 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -1693,7 +1693,7 @@
const clone = trigger.cloneNode(true);
clone.removeAttribute("data-lightbox-kind");
clone.removeAttribute("aria-label");
clone.disabled = true;
clone.classList.add("is-lightbox-clone");
content.appendChild(clone);
}