@@ -77,9 +77,6 @@ body { | |||
.video-option { | |||
display: block; | |||
} | |||
.video-container:not(.visible) { | |||
display: none; | |||
} | |||
.video-container.square { | |||
height: 100%; | |||
width: var(--height); |
@@ -182,7 +182,7 @@ const hotKey = (e) => { | |||
} | |||
} | |||
const VideoOptions = { | |||
available: ['visible', 'mirror', 'square'], | |||
available: ['mirror', 'square'], | |||
getFor: (username) => { | |||
if(!State.options[username]) { | |||
State.options[username] = new Set(VideoOptions.available) |