diff --git a/src/manifest.json b/src/manifest.json index a2a72a1..c0d1f92 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "name": "Backgrounds for VSCode and Codespaces", "author": "Katsute", "description": "Background image extension for VSCode web and GitHub Codespaces", - "version": "1.0", + "version": "1.1", "homepage_url": "https://github.com/KatsuteDev/BackgroundX", "icons": { "16": "icon16.png", diff --git a/src/options.css b/src/options.css index 39953cf..e0c2e78 100644 --- a/src/options.css +++ b/src/options.css @@ -38,7 +38,8 @@ html { - min-width: 500px; + width: 500px; + max-width: 100%; }