Add border and box-shadow to notifications center for improved visibility

This commit is contained in:
mrleemurray
2026-02-10 15:59:02 +00:00
parent 0d12078d05
commit 85e3eef75f

View File

@@ -271,6 +271,8 @@
backdrop-filter: var(--backdrop-blur-md);
-webkit-backdrop-filter: var(--backdrop-blur-md);
background: color-mix(in srgb, var(--vscode-notifications-background) 60%, transparent) !important;
border: 1px solid var(--vscode-editorWidget-border) !important;
box-shadow: var(--shadow-lg) !important;
}
.monaco-workbench.vs-dark .notifications-center {