Skip to content

Commit 0eb7fc0

Browse files
Merge pull request #12 from solarspace-dev/styling
Center webview horizontally
2 parents cdfe539 + 684e4d8 commit 0eb7fc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "solarspace",
44
"displayName": "Solar Space",
55
"description": "Sharable URLs for GitHub codespaces",
6-
"version": "0.0.11",
6+
"version": "0.0.12",
77
"license": "GPL-3.0-only",
88
"engines": {
99
"vscode": "^1.90.0"

vscode-ext/webview/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ html {
1212
}
1313
body {
1414
padding: 2rem;
15+
margin: auto;
1516
display: flex;
1617
flex-flow: column;
1718
align-items: stretch;

0 commit comments

Comments
 (0)