From 9e9afa455b11d1c7a722d7b9d23bf232bf397356 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Jun 2018 15:59:40 +0200 Subject: [PATCH] Add more space between icons and "load more/less" --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; }