1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 02:33:57 +02:00

Update room.vue

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

View File

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