mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add tooltip to maximize button and remove grey background
This commit is contained in:
parent
63703d8cee
commit
01d0147ef5
3 changed files with 20 additions and 5 deletions
|
@ -24,11 +24,11 @@
|
|||
</ng-container>
|
||||
|
||||
<my-button
|
||||
*ngIf="!isMaximized" icon="fullscreen" (click)="onMaximizeClick()"
|
||||
*ngIf="!isMaximized" [title]="maximizeInText" className="maximize-button" icon="fullscreen" (click)="onMaximizeClick()"
|
||||
></my-button>
|
||||
|
||||
<my-button
|
||||
*ngIf="isMaximized" icon="exit-fullscreen" (click)="onMaximizeClick()"
|
||||
*ngIf="isMaximized" [title]="maximizeOutText" className="maximize-button" icon="exit-fullscreen" (click)="onMaximizeClick()"
|
||||
></my-button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue