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.
1 parent 5f326e2 commit d37a130Copy full SHA for d37a130
extensions/vscode/src/welcome.ts
@@ -129,7 +129,6 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
129
.card {
130
border-radius: 12px;
131
padding: 2rem;
132
- // margin: 2rem 0;
133
background-color: var(--vscode-sideBar-background);
134
box-shadow: 0 2px 8px var(--vscode-widget-shadow);
135
}
@@ -230,7 +229,6 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
230
229
/* 16:9 */
231
height: 0;
232
overflow: hidden;
233
234
235
236
box-shadow: 0 4px 12px var(--vscode-widget-shadow);
0 commit comments