Skip to content

Commit cdfe539

Browse files
Merge pull request #11 from solarspace-dev/styling
Styling consistency
2 parents 12709b7 + e9e9f55 commit cdfe539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.10",
6+
"version": "0.0.11",
77
"license": "GPL-3.0-only",
88
"engines": {
99
"vscode": "^1.90.0"

vscode-ext/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async function getViewState(): Promise<ViewState> {
233233
severityClass: 'error',
234234
message: 'No linked repository found. Please link the remote origin to GitHub.',
235235
action: 'Publish Branch',
236-
actionClass: 'codicon-repo'
236+
actionClass: 'codicon-cloud-upload'
237237
});
238238
return state;
239239
}

vscode-ext/webview/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html {
1111
box-sizing: border-box;
1212
}
1313
body {
14-
padding-top: 32px;
14+
padding: 2rem;
1515
display: flex;
1616
flex-flow: column;
1717
align-items: stretch;

0 commit comments

Comments
 (0)