add take control/cede control buttons to browser stream view; improve branding yar (#2989)

This commit is contained in:
Jonathan Dobson
2025-07-18 23:07:07 -04:00
committed by GitHub
parent 2ec06a5a5e
commit 7cba56c0e0
3 changed files with 89 additions and 18 deletions

View File

@@ -73,6 +73,17 @@
background: transparent !important;
}
.browser-stream .control-button {
transition: 0.3s all ease-in-out;
transform: translateY(0px);
}
.browser-stream .control-button.hide {
opacity: 0;
pointer-events: none;
transform: translateY(15px);
}
@keyframes skyvern-anim-fadeIn {
from {
opacity: 0;