aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/video-watch/video-watch.component.scss12
1 files changed, 11 insertions, 1 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 a8c7fdbac..8d8454cfd 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -80,7 +80,7 @@
80 .option .glyphicon { 80 .option .glyphicon {
81 font-size: 22px; 81 font-size: 22px;
82 color: inherit; 82 color: inherit;
83 opacity: 0.9; 83 opacity: 0.6;
84 margin-bottom: 10px; 84 margin-bottom: 10px;
85 } 85 }
86 86
@@ -170,5 +170,15 @@
170 margin-right: 5px; 170 margin-right: 5px;
171 } 171 }
172 } 172 }
173
174 .video-details-tags {
175 display: inline-block;
176
177 a {
178 display: inline-block;
179 margin-right: 3px;
180 font-size: 11px;
181 }
182 }
173 } 183 }
174} 184}