소스 검색

Remove visible option

master
Roderic Day 5 년 전
부모
커밋
9695d80523
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -3
      pico.css
  2. +1
    -1
      pico.js

+ 0
- 3
pico.css 파일 보기

@@ -77,9 +77,6 @@ body {
.video-option {
display: block;
}
.video-container:not(.visible) {
display: none;
}
.video-container.square {
height: 100%;
width: var(--height);

+ 1
- 1
pico.js 파일 보기

@@ -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)

Loading…
취소
저장