Skip to content

Instantly share code, notes, and snippets.

View polyjitter's full-sized avatar
🔍
searchin

Adriene Hutchins polyjitter

🔍
searchin
View GitHub Profile
@polyjitter
polyjitter / custom.css
Last active August 22, 2020 12:39 — forked from donysukardi/custom.css
Rounded VS Code Tabs
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container {
padding-left: 22px;
}
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab {
border-radius: 5px 5px 0 0;
height: 28px;
}
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab + .tab {