瀏覽代碼

Mirror self only

master
Roderic Day 4 年之前
父節點
當前提交
33ae49afd3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js 查看文件

@@ -174,7 +174,7 @@ const Video = {
objectFit: Settings.get('blackBars') ? 'contain' : 'cover',
width: '100%',
height: '100%',
transform: 'scaleX(-1)',
transform: username === State.username ? 'scaleX(-1)' : 'scaleX(1)',
}
return m('.video-container', {style: styleOuter},
m('.video-info', {style: styleMeta},

Loading…
取消
儲存