From: Chocobozzz Date: Wed, 13 Jun 2018 13:59:40 +0000 (+0200) Subject: Add more space between icons and "load more/less" X-Git-Tag: v1.0.0-beta.9~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e9afa455b11d1c7a722d7b9d23bf232bf397356;p=oweals%2Fpeertube.git Add more space between icons and "load more/less" --- diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 06dd75653..ae8bdccaf 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -243,6 +243,10 @@ @include peertube-word-wrap; } + .glyphicon, .description-loading { + margin-left: 3px; + } + .description-loading { display: inline-block; }