瀏覽代碼

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…
取消
儲存