aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss13
1 files changed, 1 insertions, 12 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
index fc8b4574c..b503a94cb 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
@@ -7,7 +7,6 @@
7 7
8 margin-top: 20px; 8 margin-top: 20px;
9 margin-bottom: 20px; 9 margin-bottom: 20px;
10 font-size: 15px;
11 10
12 .video-info-description-html { 11 .video-info-description-html {
13 @include peertube-word-wrap; 12 @include peertube-word-wrap;
@@ -17,13 +16,8 @@
17 } 16 }
18 } 17 }
19 18
20 .glyphicon,
21 .description-loading { 19 .description-loading {
22 @include margin-left(3px); 20 @include margin-left(5px);
23 }
24
25 .description-loading {
26 display: inline-block;
27 } 21 }
28 22
29 .video-info-description-more { 23 .video-info-description-more {
@@ -31,11 +25,6 @@
31 font-weight: $font-semibold; 25 font-weight: $font-semibold;
32 color: pvar(--greyForegroundColor); 26 color: pvar(--greyForegroundColor);
33 font-size: 14px; 27 font-size: 14px;
34
35 .glyphicon {
36 position: relative;
37 top: 2px;
38 }
39 } 28 }
40} 29}
41 30