Skip to content

Commit

Permalink
fix width on Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Apr 2, 2024
1 parent 211ca01 commit 0c321e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

html {

min-width: 500px;
width: 500px;
max-width: 100%;

}

Expand Down

0 comments on commit 0c321e9

Please sign in to comment.