| @@ -22,7 +22,7 @@ const Video = { | |||
| height: '100%', | |||
| width: '100%', | |||
| fontFamily: 'monospace', | |||
| fontSize: 'xxx-large', | |||
| fontSize: 'x-large', | |||
| } | |||
| const styleVideo = { | |||
| objectFit: Settings.get('blackBars') ? 'contain' : 'cover', | |||
| @@ -32,7 +32,7 @@ const Video = { | |||
| } | |||
| return m('.video-container', {style: styleOuter}, | |||
| m('.video-info', {style: styleMeta}, | |||
| m('.username', username), | |||
| m(`.label-${username}`, username), | |||
| ), | |||
| m('video[playsinline][autoplay]', { | |||
| style: styleVideo, | |||
| @@ -39,9 +39,6 @@ header { | |||
| justify-items: start; | |||
| margin-right: auto; | |||
| } | |||
| video { | |||
| background-color: black; | |||
| } | |||
| main { | |||
| overflow: hidden; | |||
| display: grid; | |||