UX Pass 5 (#3128)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
dbc4f35107
commit
c93af3e56f
126 changed files with 1989 additions and 2877 deletions
|
|
@ -1,4 +1,8 @@
|
|||
<ng-container *ngIf="format !== MangaFormat.UNKNOWN">
|
||||
@if (format !== MangaFormat.UNKNOWN) {
|
||||
@if (useTitle) {
|
||||
<i class="{{format | mangaFormatIcon}} me-1" aria-hidden="true" title="{{format | mangaFormat}}"></i>
|
||||
<ng-content></ng-content>
|
||||
</ng-container>
|
||||
} @else {
|
||||
<i class="{{format | mangaFormatIcon}} me-1" aria-hidden="true" ngbTooltip="{{format | mangaFormat}}"></i>
|
||||
}
|
||||
<ng-content></ng-content>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue