Roderic Day 4 лет назад
Родитель
Сommit
8c2bb0edfa
2 измененных файлов: 2 добавлений и 5 удалений
  1. +2
    -2
      apps/video.js
  2. +0
    -3
      pico.html

+ 2
- 2
apps/video.js Просмотреть файл

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

+ 0
- 3
pico.html Просмотреть файл

@@ -39,9 +39,6 @@ header {
justify-items: start;
margin-right: auto;
}
video {
background-color: black;
}
main {
overflow: hidden;
display: grid;

Загрузка…
Отмена
Сохранить