From 0c321e91c86f45db5cd0ac9fb77d5eb48231e642 Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:17:54 -0400 Subject: [PATCH] fix width on Edge --- src/manifest.json | 2 +- src/options.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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%; }