Explorar el Código

Mirror self only

master
Roderic Day hace 4 años
padre
commit
33ae49afd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js Ver fichero

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

Cargando…
Cancelar
Guardar