浏览代码

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},

正在加载...
取消
保存