mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 18:24:14 -04:00
Solving a view bugs in navigation.
This commit is contained in:
parent
9453f02cf2
commit
735c4098a3
@ -12,9 +12,9 @@
|
||||
|
||||
<div id="hover">
|
||||
<div class="back">
|
||||
<button mat-icon-button data-toggle="tooltip" data-placement="bottom" title="Back" (click)="back()">
|
||||
<a mat-icon-button data-toggle="tooltip" data-placement="bottom" title="Back" href="/show/{{this.item.showSlug}}" routerLink="/show/{{this.item.showSlug}}">
|
||||
<mat-icon>arrow_back</mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
<h5>{{this.item.showTitle}}</h5>
|
||||
</div>
|
||||
|
||||
|
@ -41,9 +41,11 @@
|
||||
padding: .33%;
|
||||
display: flex;
|
||||
|
||||
> button
|
||||
> a
|
||||
{
|
||||
outline: none;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
> h5
|
||||
|
@ -225,6 +225,7 @@ export class PlayerComponent implements OnInit
|
||||
this.title.setTitle("Kyoo");
|
||||
|
||||
$(document).unbind();
|
||||
$('[data-toggle="tooltip"]').hide();
|
||||
}
|
||||
|
||||
back()
|
||||
|
Loading…
x
Reference in New Issue
Block a user