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.scss12
1 files changed, 1 insertions, 11 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..147bc4d7f 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
@@ -17,13 +17,8 @@
17 } 17 }
18 } 18 }
19 19
20 .glyphicon,
21 .description-loading { 20 .description-loading {
22 @include margin-left(3px); 21 @include margin-left(5px);
23 }
24
25 .description-loading {
26 display: inline-block;
27 } 22 }
28 23
29 .video-info-description-more { 24 .video-info-description-more {
@@ -31,11 +26,6 @@
31 font-weight: $font-semibold; 26 font-weight: $font-semibold;
32 color: pvar(--greyForegroundColor); 27 color: pvar(--greyForegroundColor);
33 font-size: 14px; 28 font-size: 14px;
34
35 .glyphicon {
36 position: relative;
37 top: 2px;
38 }
39 } 29 }
40} 30}
41 31