]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix support button style
authorChocobozzz <me@florianbigard.com>
Tue, 17 Dec 2019 08:59:26 +0000 (09:59 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 17 Dec 2019 08:59:26 +0000 (09:59 +0100)
client/src/app/videos/+video-watch/video-watch.component.html

index 77e0b925624d74f439bf97511c5fe0f6f928fe3f..7a9f00a5050bb917c10962d7ce1e1b2fa507d861 100644 (file)
@@ -79,7 +79,7 @@
                     <span *ngIf="video.dislikes" class="count">{{ video.dislikes }}</span>
                   </div>
 
-                  <div *ngIf="video.support" (click)="showSupportModal()" class="action-button"
+                  <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support"
                     [ngbTooltip]="tooltipSupport"
                     placement="bottom auto"
                   >
       <div class="video-info-description">
         <div
           class="video-info-description-html"
-          [innerHTML]="videoHTMLDescription" 
+          [innerHTML]="videoHTMLDescription"
           (timestampClicked)="handleTimestampClicked($event)"
           timestampRouteTransformer
         ></div>