Use consistent margins
This commit is contained in:
parent
674d903b0e
commit
f6c1251def
|
@ -4,7 +4,7 @@
|
||||||
.channel {
|
.channel {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: pvar(--channelBackgroundColor);
|
background-color: pvar(--channelBackgroundColor);
|
||||||
margin: 0 30px 30px 0;
|
margin-bottom: 30px;
|
||||||
width: fit-content;
|
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 chai from 'chai'
|
||||||
import * as ffmpeg from 'fluent-ffmpeg'
|
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 { basename, dirname, isAbsolute, join, resolve } from 'path'
|
||||||
import * as request from 'supertest'
|
import * as request from 'supertest'
|
||||||
import * as WebTorrent from 'webtorrent'
|
import * as WebTorrent from 'webtorrent'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user