Debugger Lite (#2970)

This commit is contained in:
Jonathan Dobson
2025-07-16 17:39:51 -04:00
committed by GitHub
parent c33b084023
commit 71540849bf
13 changed files with 470 additions and 269 deletions

View File

@@ -13,35 +13,18 @@
padding: 0rem;
}
.browser-stream .overlay-container {
.browser-stream .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.browser-stream .overlay {
position: relative;
height: auto;
width: 100%;
max-height: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: flex;
align-items: center;
justify-content: center;
cursor: not-allowed;
}
.browser-stream.user-is-controlling .overlay {
pointer-events: none;
}
.browser-stream.user-is-controlling .overlay-container {
pointer-events: none;
cursor: unset;
}
.browser-stream .take-control {