Last active
August 25, 2024 13:32
-
-
Save drewhamlett/9312397bf33ef4e809e4d7214af72e52 to your computer and use it in GitHub Desktop.
VS Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.monaco-tree .monaco-tree-rows > .monaco-tree-row { | |
/* min-height: 25px; */ | |
/* margin-bottom: 1px; */ | |
/* font-size: 1.2em; */ | |
/* padding-bottom: 2px; */ | |
} | |
.monaco-tl-row .label-name span { | |
/* color: black !important; */ | |
} | |
.open-editors .monaco-list .monaco-list-row { | |
padding-left: 0; | |
} | |
/* .monaco-list > .monaco-scrollable-element { | |
height: auto; | |
} */ | |
.monaco-tree, .monaco-list-row { | |
/* font-family: system-ui; */ | |
/* font-family: 'IBM Plex Sans' !important; */ | |
} | |
.explorer-viewlet { | |
/* font-family: 'IBM Plex Sans' !important; */ | |
} | |
.monaco-tree.highlighted .monaco-tree-rows > .monaco-tree-row:not(.highlighted) { | |
/* opacity: 1 !important; */ | |
} | |
.monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children { | |
/* font-weight: 500; */ | |
/* font-family: 'IBMPlexSans-SemiBold'; */ | |
} | |
.monaco-icon-label.folder-icon.explorer-item { | |
/* font-weight: 500; */ | |
} | |
* { | |
} | |
#workbench\.parts\.sidebar > div > div > div:nth-child(1) { | |
display: none | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment