fix: manga page btns position

This commit is contained in:
2024-07-20 23:08:04 +03:00
parent a81c7535c5
commit 3713ac502c

View File

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