mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix support button style
This commit is contained in:
@@ -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"
|
||||
>
|
||||
@@ -164,7 +164,7 @@
|
||||
<div class="video-info-description">
|
||||
<div
|
||||
class="video-info-description-html"
|
||||
[innerHTML]="videoHTMLDescription"
|
||||
[innerHTML]="videoHTMLDescription"
|
||||
(timestampClicked)="handleTimestampClicked($event)"
|
||||
timestampRouteTransformer
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user