Skip to content

Commit b1fd1ab

Browse files
daviddossettEduardo Sonnino
andauthored
Use regular width buttons for walkthrough steps (microsoft#166664)
* Use regular width buttons for walkthrough steps * Small padding tweaks when windows is narrow * Remove whitespace and normalize padding rules * Fix padding Co-authored-by: Eduardo Sonnino <edsonn@microsoft.com>
1 parent 0131be0 commit b1fd1ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedDetailsRenderer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class GettingStartedDetailsRenderer {
6262
}
6363
.theme-picker-row {
6464
display: flex;
65-
gap: 32px;
6665
justify-content: center;
6766
}
6867
checklist {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,9 @@
830830

831831
.monaco-workbench .part.editor>.content .gettingStartedContainer .gettingStartedSlideDetails .getting-started-step .step-description-container .monaco-button {
832832
height: 26px;
833+
width: fit-content;
833834
display: flex;
835+
padding: 0 11px;
834836
margin-bottom: 12px;
835837
align-items: center;
836838
}

0 commit comments

Comments
 (0)