Browse Source

Mirror self only

master
Roderic Day 4 years ago
parent
commit
33ae49afd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js View File

@@ -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…
Cancel
Save