Skip to content

Instantly share code, notes, and snippets.

View rharkor's full-sized avatar
🙃
Always coding

HUORT Louis rharkor

🙃
Always coding
View GitHub Profile
@rharkor
rharkor / base.css
Last active August 3, 2024 15:21
Vscode settings base css
/* Toolbars when tabs are enabled. */
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions {
display: none !important;
}
/* Side bar */
.part.sidebar {
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}