Harmonize CSS

This commit is contained in:
2026-05-03 16:45:21 +02:00
parent 36aa480205
commit 86082c513e
10 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ class Lightbox {
this.hideElements([this.image, this.video, this.nav, this.prev, this.next, this.caption, this.closeButton]);
this.resetImageTransform();
this.dataContainer.style.width = '200px';
this.dataContainer.style.height = '30px';
this.dataContainer.style.height = '35px';
this.outerContainer.classList.add('animating');
this.container.classList.remove('moveable', 'moving', 'lb-video-nav');