Skip to content

Instantly share code, notes, and snippets.

View enzo405's full-sized avatar
🎯
Focusing

Enzo enzo405

🎯
Focusing
View GitHub Profile
@enzo405
enzo405 / custom_vscode.css
Created March 6, 2025 23:56
VSCode Custom Css
/* Command Palette */
.quick-input-widget {
transform: translateY(-50%) !important;
top: 50% !important;
box-shadow: 0px 8px 32px rgba(0, 0, 0, .35) !important;
padding: 10px 10px 18px 10px !important;
backdrop-filter: blur(3px) !important;
border-radius: 20px !important;
}