Fix speaking border on popped-out video

This commit is contained in:
Noah 2024-11-17 20:39:57 -08:00
parent 70d71611e9
commit a4a04d57cd

View File

@ -249,13 +249,12 @@ img {
/* A speaking webcam */
.feed.is-speaking {
border: 1px solid #09F;
border: 1px solid #09F !important;
}
/* A popped-out video feed window */
div.feed.popped-out {
position: absolute;
border: 1px solid #FFF;
cursor: move;
top: 0;
left: 0;