We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdfe539 + 684e4d8 commit 0eb7fc0Copy full SHA for 0eb7fc0
vscode-ext/package.json
@@ -3,7 +3,7 @@
3
"publisher": "solarspace",
4
"displayName": "Solar Space",
5
"description": "Sharable URLs for GitHub codespaces",
6
- "version": "0.0.11",
+ "version": "0.0.12",
7
"license": "GPL-3.0-only",
8
"engines": {
9
"vscode": "^1.90.0"
vscode-ext/webview/style.css
@@ -12,6 +12,7 @@ html {
12
}
13
body {
14
padding: 2rem;
15
+ margin: auto;
16
display: flex;
17
flex-flow: column;
18
align-items: stretch;
0 commit comments