aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 09:59:26 +0100
committerChocobozzz <me@florianbigard.com>2019-12-17 09:59:26 +0100
commit208c7e92e9337a01ac2915a2e2d9c3067af32377 (patch)
treec9b28aa7db91731beff0f8673d2187ca5e7aeef4 /client/src/app/videos/+video-watch/video-watch.component.html
parent2735a154dc77316e584bc784c65e904df791067f (diff)
downloadPeerTube-208c7e92e9337a01ac2915a2e2d9c3067af32377.tar.gz
PeerTube-208c7e92e9337a01ac2915a2e2d9c3067af32377.tar.zst
PeerTube-208c7e92e9337a01ac2915a2e2d9c3067af32377.zip
Fix support button style
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.html4
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 77e0b9256..7a9f00a50 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -79,7 +79,7 @@
79 <span *ngIf="video.dislikes" class="count">{{ video.dislikes }}</span> 79 <span *ngIf="video.dislikes" class="count">{{ video.dislikes }}</span>
80 </div> 80 </div>
81 81
82 <div *ngIf="video.support" (click)="showSupportModal()" class="action-button" 82 <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support"
83 [ngbTooltip]="tooltipSupport" 83 [ngbTooltip]="tooltipSupport"
84 placement="bottom auto" 84 placement="bottom auto"
85 > 85 >
@@ -164,7 +164,7 @@
164 <div class="video-info-description"> 164 <div class="video-info-description">
165 <div 165 <div
166 class="video-info-description-html" 166 class="video-info-description-html"
167 [innerHTML]="videoHTMLDescription" 167 [innerHTML]="videoHTMLDescription"
168 (timestampClicked)="handleTimestampClicked($event)" 168 (timestampClicked)="handleTimestampClicked($event)"
169 timestampRouteTransformer 169 timestampRouteTransformer
170 ></div> 170 ></div>