feat(web): plein écran du lecteur (natif + fallback) et navigation flèches clavier durcie
This commit is contained in:
@ -877,6 +877,21 @@ main.app-main-reader .reader-page {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.reader-page:fullscreen,
|
||||
.reader-fullscreen-fallback {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
padding: 10px;
|
||||
background: #120e0b;
|
||||
}
|
||||
|
||||
.reader-fullscreen-fallback {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.reader-topbar {
|
||||
grid-row: 1;
|
||||
display: flex;
|
||||
@ -933,6 +948,10 @@ main.app-main-reader .reader-page {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.reader-fullscreen-toggle {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.reader-status {
|
||||
grid-row: 2;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user