feat: click on manga page to change page

This commit is contained in:
2024-07-20 22:36:31 +03:00
parent d710d6bac5
commit 8c9efd4371
6 changed files with 52 additions and 10 deletions

View File

@@ -240,6 +240,6 @@ export class ReaderComponent implements OnInit, OnDestroy {
}
get imageContainerClass() {
return `${this.isManhwa ? "h-auto" : "h-[70vh]"} w-[95vw] md:w-[450px] flex flex-col`;
return `${this.isManhwa ? "h-auto" : "h-[70vh]"} w-screen md:w-[450px] flex flex-col`;
}
}