@glomex/glomex-dialog
Advanced tools
Comparing version 1.9.12 to 1.9.13
@@ -9,4 +9,4 @@ const NON_VISIBLE_WIDTH = window.innerWidth < 720 ? 320 : 640; | ||
let viewPortWidth = window.innerWidth * 0.3; | ||
if (viewPortWidth < 180) { | ||
viewPortWidth = 180; | ||
if (viewPortWidth < 192) { | ||
viewPortWidth = 192; | ||
} | ||
@@ -13,0 +13,0 @@ element.shadowRoot.querySelector('.dock-target').style.width = `${viewPortWidth}px`; |
{ | ||
"name": "@glomex/glomex-dialog", | ||
"version": "1.9.12", | ||
"version": "1.9.13", | ||
"description": "A dialog web component that allows docking a video player or putting it in a lightbox", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package