Skip to content

Commit 6ad2fe9

Browse files
Merge pull request #13 from solarspace-dev/styling
Add whitespace between snapshow preview and action buttons
2 parents 0eb7fc0 + 2d1e0f9 commit 6ad2fe9

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.12",
6+
"version": "0.0.13",
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
@@ -27,6 +27,7 @@ body {
2727
max-width: 100%;
2828
overflow-x: scroll;
2929
position: relative;
30+
margin-bottom: 1rem;
3031
}
3132
#snippet-container {
3233
display: flex;

0 commit comments

Comments
 (0)