Skip to content

Commit d37a130

Browse files
committed
chore(vscode): fix html syntax error for welcome page
1 parent 5f326e2 commit d37a130

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/vscode/src/welcome.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
129129
.card {
130130
border-radius: 12px;
131131
padding: 2rem;
132-
// margin: 2rem 0;
133132
background-color: var(--vscode-sideBar-background);
134133
box-shadow: 0 2px 8px var(--vscode-widget-shadow);
135134
}
@@ -230,7 +229,6 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
230229
/* 16:9 */
231230
height: 0;
232231
overflow: hidden;
233-
// margin: 2rem 0;
234232
border-radius: 12px;
235233
background-color: var(--vscode-sideBar-background);
236234
box-shadow: 0 4px 12px var(--vscode-widget-shadow);

0 commit comments

Comments
 (0)