diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-13 15:59:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-13 15:59:40 +0200 |
commit | 9e9afa455b11d1c7a722d7b9d23bf232bf397356 (patch) | |
tree | 2641e7c4894f0567b434037713c5a31ae8c2840b /client/src/app | |
parent | 850c1bf7cc438b935f6e283c801b34b91bf629c6 (diff) | |
download | PeerTube-9e9afa455b11d1c7a722d7b9d23bf232bf397356.tar.gz PeerTube-9e9afa455b11d1c7a722d7b9d23bf232bf397356.tar.zst PeerTube-9e9afa455b11d1c7a722d7b9d23bf232bf397356.zip |
Add more space between icons and "load more/less"
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
243 | @include peertube-word-wrap; | 243 | @include peertube-word-wrap; |
244 | } | 244 | } |
245 | 245 | ||
246 | .glyphicon, .description-loading { | ||
247 | margin-left: 3px; | ||
248 | } | ||
249 | |||
246 | .description-loading { | 250 | .description-loading { |
247 | display: inline-block; | 251 | display: inline-block; |
248 | } | 252 | } |