Random Fixes (#3549)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
ea81a2f432
commit
39726f8c4d
33 changed files with 425 additions and 107 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<div class="progress-banner">
|
||||
@if (read > 0 && read < total && total > 0 && read !== total) {
|
||||
<p ngbTooltip="{{((read / total) * 100) | number:'1.0-1'}}% Read">
|
||||
<p ngbTooltip="{{((read / total) * 100) | number:'1.0-1'}}% Read" container="body">
|
||||
<ngb-progressbar type="primary" height="5px" [value]="read" [max]="total"></ngb-progressbar>
|
||||
</p>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue