Skip to content

Commit a5036df

Browse files
authored
Style: Update “Getting Started” media layout in the editor to accommodate width constraints. (#239252)
style: enhance getting started media layout in the editor
1 parent db8e3d2 commit a5036df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,14 @@
586586
justify-content: center;
587587
}
588588

589+
.monaco-workbench .part.editor > .content .gettingStartedContainer.width-semi-constrained .gettingStartedSlideDetails .gettingStartedDetailsContent.video > .getting-started-media {
590+
grid-area: media;
591+
height: inherit;
592+
width: inherit;
593+
display: flex;
594+
justify-content: center;
595+
}
596+
589597
.monaco-workbench .part.editor > .content .gettingStartedContainer .gettingStartedSlideDetails .gettingStartedDetailsContent.markdown > .getting-started-media {
590598
height: inherit;
591599
}

0 commit comments

Comments
 (0)