Skip to content

Commit

Permalink
fix: file icon centered
Browse files Browse the repository at this point in the history
Signed-off-by: hacke2 <[email protected]>
  • Loading branch information
hacke2 committed Jul 16, 2019
1 parent da653c2 commit a4ee45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
* we need to disable the background image when using file-icons
*/
.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.file-icon {
display: flex;
justify-content: center;
align-items: center;
background-image: none;
margin-right: 0px;
}
Expand Down

0 comments on commit a4ee45d

Please sign in to comment.