Skip to content

Commit f06d75f

Browse files
authored
Fix featured extension icon styles (microsoft#182342)
1 parent f263af6 commit f06d75f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307

308308
.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlide .getting-started-category .featured-description-content:not(:empty){
309309
margin-bottom: 8px;
310-
margin-left: 48px;
310+
margin-left: 32px;
311311
overflow: hidden;
312312
-webkit-line-clamp: 2;
313313
display: -webkit-box;
@@ -365,9 +365,9 @@
365365

366366
.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideCategories .getting-started-category img.featured-icon {
367367
padding-right: 8px;
368-
max-width: 40px;
369-
border-radius: 10%;
370-
max-height: 40px;
368+
max-width: 24px;
369+
max-height: 24px;
370+
border-radius: 4px;
371371
position: relative;
372372
top: auto;
373373
}

0 commit comments

Comments
 (0)