Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lee Murray
2026-02-25 17:13:26 +00:00
committed by GitHub
parent b595f2b94c
commit 8d1f10b0b8
+6
View File
@@ -91,6 +91,12 @@
inset calc(-1 * 5px) 0 10px -4px rgba(0, 0, 0, 0.05);
}
.monaco-workbench.panel-position-top.vs .part.editor::after {
box-shadow:
inset var(--shadow-depth-x),
inset calc(-1 * 5px) 0 10px -4px rgba(0, 0, 0, 0.04),
inset 0 var(--shadow-depth-y);
}
.monaco-workbench.vs .part.editor > .content .editor-group-container > .title {
box-shadow: none;
}