Przeglądaj źródła

Mirror self only

master
Roderic Day 4 lat temu
rodzic
commit
33ae49afd3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz