diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-01 17:47:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-01 18:05:08 +0200 |
commit | f6c1251def2701cad12cbe0b029dc705b3f9665e (patch) | |
tree | 5ba4e0ed384edf527f5e41e91ad2c19b50b27c60 /client/src/sass | |
parent | 674d903b0e993b3a67836f3dabba80282d9900ab (diff) | |
download | PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.gz PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.tar.zst PeerTube-f6c1251def2701cad12cbe0b029dc705b3f9665e.zip |
Use consistent margins
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/custom-markup.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/custom-markup.scss b/client/src/sass/custom-markup.scss index d1729dbda..cecc946a1 100644 --- a/client/src/sass/custom-markup.scss +++ b/client/src/sass/custom-markup.scss | |||
@@ -18,3 +18,9 @@ peertube-container { | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | } | 20 | } |
21 | |||
22 | peertube-video-miniature, | ||
23 | peertube-playlist-miniature, | ||
24 | peertube-channel-miniature { | ||
25 | margin-right: 30px; | ||
26 | } | ||