diff --git a/manifest.json b/manifest.json index bd4acb9..f8661ee 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name": "UbiChr", "homepage_url": "https://github.com/rostok/ubichr", "author": "rostok", - "version": "0.1.0.52", + "version": "0.1.0.53", "description": "Revived Ubiquity for Chrome", "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://cdnjs.cloudflare.com https://unpkg.com https://cdnjs.com; object-src 'self'", "manifest_version": 2, diff --git a/popup.css b/popup.css index 6861ea2..85fad87 100644 --- a/popup.css +++ b/popup.css @@ -112,10 +112,12 @@ body { #ubiq-preview-div #ubiq-preview-frm { --scrollX: 0px; --scrollY: 0px; + --zoom: 1; width: calc(100% + var(--scrollX)) !important; height: calc(100% + var(--scrollY)) !important; background-color: transparent; border: 0px; + max-width: calc(540px * var(--zoom)) !important; } #ubiq-result-panel {