Release Shakeout Part 2 (#1267)
* Fixed manga reader and removed debug code * Removed some console.logs
This commit is contained in:
parent
92010379f1
commit
81082508f2
5 changed files with 3 additions and 9 deletions
|
|
@ -248,8 +248,8 @@ img {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
//$pagination-bg: rgba(0, 0, 0, 0);
|
||||
$pagination-bg: rgba(0, 0, 255, 0.4);
|
||||
$pagination-bg: rgba(0, 0, 0, 0);
|
||||
//$pagination-bg: rgba(0, 0, 255, 0.4);
|
||||
|
||||
.pagination-area {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
|
||||
get ImageHeight() {
|
||||
// If we are a cover image and implied fit to screen, then we need to take screen height rather than image height
|
||||
if (this.isCoverImage()) {
|
||||
if (this.isCoverImage() || this.generalSettingsForm.get('fittingOption')?.value === FITTING_OPTION.WIDTH) {
|
||||
return this.WindowHeight;
|
||||
}
|
||||
return this.image?.nativeElement.height + 'px';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue