Update room.vue

This commit is contained in:
syuilo 2026-04-15 10:45:50 +09:00
commit 6a7e05d00a

View file

@ -405,6 +405,10 @@ definePage(() => ({
height: 100%;
display: block;
background: #000;
&:focus {
outline: none;
}
}
.controls {