Skip to content

Commit

Permalink
debug, explorer buttons: max width so they look better
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Nov 28, 2019
1 parent 1673a3b commit 791f193
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/vs/workbench/contrib/debug/browser/media/debugViewlet.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
margin-top: 10px;
}

.debug-viewlet .debug-start-view .monaco-button {
max-width: 260px;
margin-left: auto;
margin-right: auto;
display: block;
}

.debug-viewlet .debug-start-view .click {
cursor: pointer;
color: #007ACC;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@
padding: 0 20px 0 20px;
}

.explorer-viewlet .explorer-empty-view .monaco-button {
max-width: 260px;
margin-left: auto;
margin-right: auto;
display: block;
}

.explorer-viewlet .explorer-item.nonexistent-root {
opacity: 0.5;
}
Expand Down

0 comments on commit 791f193

Please sign in to comment.