Fix support button style
This commit is contained in:
parent
2735a154dc
commit
208c7e92e9
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue