diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-20 20:14:58 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-20 21:15:28 +0100 |
commit | 3921166d78540a08d329793c9c2f952135c6fd67 (patch) | |
tree | 0f036d15013a0a25e63135fdba595c3b535dc291 /client/src/app/videos | |
parent | 223b24e618146f85b20b5bf365bc18d14a5964cd (diff) | |
download | PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.gz PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.zst PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.zip |
(css) vertical-center modals, bullet as separator
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 4 |
1 files changed, 2 insertions, 2 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 9e69033e1..e87f59c98 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -43,7 +43,7 @@ | |||
43 | <h1 class="video-info-name">{{ video.name }}</h1> | 43 | <h1 class="video-info-name">{{ video.name }}</h1> |
44 | 44 | ||
45 | <div i18n class="video-info-date-views"> | 45 | <div i18n class="video-info-date-views"> |
46 | Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle> <span class="views"> - {{ video.views | myNumberFormatter }} views</span> | 46 | Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle> <span class="views"> • {{ video.views | myNumberFormatter }} views</span> |
47 | </div> | 47 | </div> |
48 | </div> | 48 | </div> |
49 | 49 | ||
@@ -54,7 +54,7 @@ | |||
54 | 54 | ||
55 | <div class="video-info-first-row-bottom"> | 55 | <div class="video-info-first-row-bottom"> |
56 | <div i18n class="d-none d-md-block video-info-date-views"> | 56 | <div i18n class="d-none d-md-block video-info-date-views"> |
57 | Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle> <span class="views"> - {{ video.views | myNumberFormatter }} views</span> | 57 | Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle> <span class="views"> • {{ video.views | myNumberFormatter }} views</span> |
58 | </div> | 58 | </div> |
59 | 59 | ||
60 | <div class="video-actions-rates"> | 60 | <div class="video-actions-rates"> |