diff --git a/src/ui.js b/src/ui.js index d40d533..82ef6e9 100644 --- a/src/ui.js +++ b/src/ui.js @@ -490,7 +490,6 @@ export async function openHermesModal() { if (USE_CUSTOM_STYLING) { modal.style.cssText += ` width: 95vw; - max-width: 720px; max-height: 95vh; top: 50%; left: 50%; @@ -506,7 +505,6 @@ export async function openHermesModal() { } else { modal.style.cssText += ` width: 95vw; - max-width: 720px; max-height: 95vh; top: 50%; left: 50%; @@ -1352,7 +1350,7 @@ export function openTTSModal() { if (USE_CUSTOM_STYLING) { modal.style.cssText += ` width: 95vw; - max-width: 720px; + max-width: 800px; max-height: 95vh; top: 50%; left: 50%; @@ -1367,7 +1365,7 @@ export function openTTSModal() { } else { modal.style.cssText += ` width: 95vw; - max-width: 720px; + max-width: 800px; max-height: 95vh; top: 50%; left: 50%; @@ -1635,7 +1633,7 @@ export function openTranslateModal() { if (USE_CUSTOM_STYLING) { modal.style.cssText += ` width: 95vw; - max-width: 720px; + max-width: 800px; max-height: 95vh; top: 50%; left: 50%; @@ -1650,7 +1648,7 @@ export function openTranslateModal() { } else { modal.style.cssText += ` width: 95vw; - max-width: 720px; + max-width: 800px; max-height: 95vh; top: 50%; left: 50%;