mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -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 id="hover">
|
||||||
<div class="back">
|
<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>
|
<mat-icon>arrow_back</mat-icon>
|
||||||
</button>
|
</a>
|
||||||
<h5>{{this.item.showTitle}}</h5>
|
<h5>{{this.item.showTitle}}</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -41,9 +41,11 @@
|
|||||||
padding: .33%;
|
padding: .33%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
> button
|
> a
|
||||||
{
|
{
|
||||||
outline: none;
|
outline: none;
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
> h5
|
> h5
|
||||||
|
@ -225,6 +225,7 @@ export class PlayerComponent implements OnInit
|
|||||||
this.title.setTitle("Kyoo");
|
this.title.setTitle("Kyoo");
|
||||||
|
|
||||||
$(document).unbind();
|
$(document).unbind();
|
||||||
|
$('[data-toggle="tooltip"]').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
back()
|
back()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user