aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-24 14:04:37 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-27 12:12:42 +0100
commit0240da5c3249ee567c679b069c143858194ff142 (patch)
tree7c01b5f642be031793ec0bd7ecf1dcce005a4165 /client/src/app/videos/+video-watch/video-watch.component.html
parent51e028a94e79957a4ef6a620b9ef3c956064f05e (diff)
downloadPeerTube-0240da5c3249ee567c679b069c143858194ff142.tar.gz
PeerTube-0240da5c3249ee567c679b069c143858194ff142.tar.zst
PeerTube-0240da5c3249ee567c679b069c143858194ff142.zip
(css) transparent buttons in watch page
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.html2
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 25029623e..74ac64a63 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -124,7 +124,7 @@
124 <div 124 <div
125 class="video-info-likes-dislikes-bar" 125 class="video-info-likes-dislikes-bar"
126 > 126 >
127 <div class="likes-bar" [ngStyle]="{ 'width.%': video.likesPercent }"></div> 127 <div class="likes-bar" [ngClass]="{ 'liked': userRating !== 'none' }" [ngStyle]="{ 'width.%': video.likesPercent }"></div>
128 </div> 128 </div>
129 </div> 129 </div>
130 </div> 130 </div>