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.scss16
1 files changed, 16 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 5064ceb95..d7f47ed75 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -158,6 +158,22 @@
158 } 158 }
159 } 159 }
160 } 160 }
161 }
162
163 .other-videos {
164 .title-page {
165 margin-top: 0;
166 }
167
168 /deep/ .video-miniature {
169 display: flex;
170 height: 100%;
171 margin-bottom: 20px;
161 172
173 .video-miniature-information {
174 margin-left: 10px;
175 }
176 }
162 } 177 }
163} 178}
179