diff --git a/embed/index.html b/embed/index.html index b5113e17..d0171c6c 100644 --- a/embed/index.html +++ b/embed/index.html @@ -1,4 +1,8 @@ + +
+ + diff --git a/embed/src/App.jsx b/embed/src/App.jsx index dfd5b54a..0929bd34 100644 --- a/embed/src/App.jsx +++ b/embed/src/App.jsx @@ -28,18 +28,18 @@ export default function App() { const position = embedSettings.position || "bottom-right"; const windowWidth = embedSettings.windowWidth - ? `md:max-w-[${embedSettings.windowWidth}]` - : "md:max-w-[400px]"; + ? `max-w-[${embedSettings.windowWidth}]` + : "max-w-[400px]"; const windowHeight = embedSettings.windowHeight - ? `md:max-h-[${embedSettings.windowHeight}]` - : "md:max-h-[700px]"; + ? `max-h-[${embedSettings.windowHeight}]` + : "max-h-[700px]"; return ( <>