Created
March 6, 2025 23:56
-
-
Save enzo405/b1e3a89247c1a8de26a628b2a7b648c1 to your computer and use it in GitHub Desktop.
VSCode Custom Css
This file contains hidden or 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
/* 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; | |
} | |
.quick-input-list, | |
.quick-input-list .list_id_6 { | |
min-height: 400px !important; | |
} | |
.quick-input-filter .monaco-inputbox { | |
border-radius: 10px !important; | |
padding: 6px !important; | |
border: none !important; | |
font-family: "CaskaydiaCove Nerd Font Mono" !important; | |
margin-bottom: 10px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment