ソースを参照

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)

読み込み中…
キャンセル
保存