Update room.core.vue

This commit is contained in:
syuilo 2026-05-31 13:39:47 +09:00
commit 69c75fc464

View file

@ -806,6 +806,7 @@ function enterOnline() {
left: 0;
z-index: 1;
width: 100%;
pointer-events: none;
}
.overlayBottom {
@ -859,6 +860,7 @@ function enterOnline() {
font-size: 90%;
gap: 1em;
padding: 8px 16px;
pointer-events: auto;
}
.modifiedText {