mirror of https://github.com/Chocobozzz/PeerTube
Use consistent margins
parent
674d903b0e
commit
f6c1251def
|
@ -4,7 +4,7 @@
|
|||
.channel {
|
||||
padding: 20px;
|
||||
background-color: pvar(--channelBackgroundColor);
|
||||
margin: 0 30px 30px 0;
|
||||
margin-bottom: 30px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,3 +18,9 @@ peertube-container {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
peertube-video-miniature,
|
||||
peertube-playlist-miniature,
|
||||
peertube-channel-miniature {
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import * as chai from 'chai'
|
||||
import * as ffmpeg from 'fluent-ffmpeg'
|
||||
import { ensureDir, exists, pathExists, readFile, stat } from 'fs-extra'
|
||||
import { ensureDir, pathExists, readFile, stat } from 'fs-extra'
|
||||
import { basename, dirname, isAbsolute, join, resolve } from 'path'
|
||||
import * as request from 'supertest'
|
||||
import * as WebTorrent from 'webtorrent'
|
||||
|
|
Loading…
Reference in New Issue