feat(console): /black shader improvements, performance, details (#8871)

This commit is contained in:
Aaron Iker
2026-01-16 13:35:58 +01:00
committed by GitHub
parent e8dad85233
commit d5a5e6e062
5 changed files with 847 additions and 1121 deletions

View File

@@ -0,0 +1,15 @@
.spotlight-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50dvh;
pointer-events: none;
overflow: hidden;
}
.spotlight-container canvas {
display: block;
width: 100%;
height: 100%;
}