From: Sankar Date: Fri, 15 Jun 2018 21:34:50 +0000 (+0530) Subject: Fixes #574 account link width on video view (#665) X-Git-Tag: v1.0.0-beta.9~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77af3a9701d4e4326bf66fb7e1c8ccfc6014cded;p=oweals%2Fpeertube.git Fixes #574 account link width on video view (#665) Changed a tag from `flex` to `inline` to avoid misclicks. --- 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 71770c93b..ddd19e049 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -94,7 +94,7 @@ .video-info-by a { @include disable-default-a-behaviour; - display: flex; + display: inline; align-items: center; font-size: 13px; color: #000;