aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-12 19:42:37 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-12-13 09:13:43 +0100
commit94dfca3e35d10368fe424a48b0f78d9e0d04e724 (patch)
tree38ae17bbfc56e69b57bfa0cc5331ece85713c8ab /client/src/app/videos/+video-watch/video-watch.component.scss
parent706c5a4743e1ec29da1a21173da70d39b711fadc (diff)
downloadPeerTube-94dfca3e35d10368fe424a48b0f78d9e0d04e724.tar.gz
PeerTube-94dfca3e35d10368fe424a48b0f78d9e0d04e724.tar.zst
PeerTube-94dfca3e35d10368fe424a48b0f78d9e0d04e724.zip
video description/account alignment, watch view basic tooltips
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.scss11
1 files changed, 7 insertions, 4 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 7b134a4dc..314f9849d 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -176,7 +176,7 @@ $player-factor: 1.7; // 16/9
176 img { 176 img {
177 @include avatar(18px); 177 @include avatar(18px);
178 178
179 margin: -2px 2px 0 5px; 179 margin: -2px 5px 0 0;
180 } 180 }
181 } 181 }
182 182
@@ -199,11 +199,14 @@ $player-factor: 1.7; // 16/9
199 opacity: 0.8; 199 opacity: 0.8;
200 } 200 }
201 201
202 span {
203 margin-left: 2px;
204 }
205
202 img { 206 img {
203 @include avatar(18px); 207 @include avatar(18px);
204 208
205 margin-top: -2px; 209 margin: -2px 5px 0 0;
206 margin-left: 7px;
207 } 210 }
208 } 211 }
209 212
@@ -397,7 +400,7 @@ $player-factor: 1.7; // 16/9
397 400
398 .video-miniature { 401 .video-miniature {
399 display: flex; 402 display: flex;
400 width: $other-videos-width; 403 width: max-content;
401 height: 100%; 404 height: 100%;
402 margin-bottom: 20px; 405 margin-bottom: 20px;
403 flex-wrap: wrap; 406 flex-wrap: wrap;