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
commit d5a5e6e062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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%;
}