fix(web): lecteur mobile — couvrir les pages CBZ verticales non chargées par un fallback de la taille de la page (même cellule grid, fond papier stable) pour éliminer les flashs noirs pendant le scroll vertical (bug #42)
This commit is contained in:
@ -1114,6 +1114,21 @@ main.app-main-reader .reader-page {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.comic-page-frame-vertical > img,
|
||||
.comic-page-frame-vertical > .reader-fallback {
|
||||
grid-area: 1 / 1;
|
||||
}
|
||||
|
||||
.comic-page-frame-vertical > .reader-fallback {
|
||||
width: 100%;
|
||||
min-height: inherit;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
background: #f7f0df;
|
||||
color: #17110d;
|
||||
}
|
||||
|
||||
.pdf-page-frame canvas,
|
||||
.cbz-reader img {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user