diff options
author | Sankar <sesankar11@gmail.com> | 2018-06-16 03:04:50 +0530 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-06-15 23:34:50 +0200 |
commit | 77af3a9701d4e4326bf66fb7e1c8ccfc6014cded (patch) | |
tree | 0d33012101ee91585ee2401461e47fb0a824b47b /client/src/app | |
parent | 05623b9030e16449b21a55735fb0451276d61e14 (diff) | |
download | PeerTube-77af3a9701d4e4326bf66fb7e1c8ccfc6014cded.tar.gz PeerTube-77af3a9701d4e4326bf66fb7e1c8ccfc6014cded.tar.zst PeerTube-77af3a9701d4e4326bf66fb7e1c8ccfc6014cded.zip |
Fixes #574 account link width on video view (#665)
Changed a tag from `flex` to `inline` to avoid misclicks.
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 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 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 @@ | |||
94 | .video-info-by a { | 94 | .video-info-by a { |
95 | @include disable-default-a-behaviour; | 95 | @include disable-default-a-behaviour; |
96 | 96 | ||
97 | display: flex; | 97 | display: inline; |
98 | align-items: center; | 98 | align-items: center; |
99 | font-size: 13px; | 99 | font-size: 13px; |
100 | color: #000; | 100 | color: #000; |