1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +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%;
display: block;
background: #000;
&:focus {
outline: none;
}
}
.controls {