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.scss8
1 files changed, 6 insertions, 2 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 794412707..0b8af52ce 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -47,7 +47,7 @@
47 top: 2px; 47 top: 2px;
48 } 48 }
49 49
50 #magnet-uri, #share, #more { 50 #share, #more {
51 font-weight: bold; 51 font-weight: bold;
52 opacity: 0.85; 52 opacity: 0.85;
53 } 53 }
@@ -71,12 +71,16 @@
71 } 71 }
72 } 72 }
73 73
74 #video-tags { 74 #video-tags-views {
75 margin-top: 10px; 75 margin-top: 10px;
76 76
77 a { 77 a {
78 margin-right: 5px; 78 margin-right: 5px;
79 } 79 }
80
81 #video-views {
82 font-weight: bold;
83 }
80 } 84 }
81 85
82 #video-description { 86 #video-description {