diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-07 11:02:56 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-07 11:02:56 +0100 |
commit | 196b7790d60c0b374b45d061b9dcbde3ccb80b3e (patch) | |
tree | 94d7f3e8a2c8a7a450c3e8edf2f691dbbd5ce71a /client/src/app/videos/+video-watch/video-watch.component.html | |
parent | fafc13fff164778161bb6bb0d3019e2b7a238243 (diff) | |
download | PeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.tar.gz PeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.tar.zst PeerTube-196b7790d60c0b374b45d061b9dcbde3ccb80b3e.zip |
Fix title and action buttons in video watch
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 74ead1b76..af90e22a1 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -44,7 +44,7 @@ | |||
44 | <span class="icon icon-dislike" title="Dislike this video"></span> | 44 | <span class="icon icon-dislike" title="Dislike this video"></span> |
45 | </div> | 45 | </div> |
46 | 46 | ||
47 | <div (click)="showShareModal()" class="action-button"> | 47 | <div (click)="showShareModal()" class="action-button action-button-share"> |
48 | <span class="icon icon-share"></span> | 48 | <span class="icon icon-share"></span> |
49 | Share | 49 | Share |
50 | </div> | 50 | </div> |