Use consistent margins

pull/4229/head
Chocobozzz 2021-07-01 17:47:21 +02:00
parent 674d903b0e
commit f6c1251def
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
.channel {
padding: 20px;
background-color: pvar(--channelBackgroundColor);
margin: 0 30px 30px 0;
margin-bottom: 30px;
width: fit-content;
}

View File

@ -18,3 +18,9 @@ peertube-container {
}
}
}
peertube-video-miniature,
peertube-playlist-miniature,
peertube-channel-miniature {
margin-right: 30px;
}

View File

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