Restaure le plein écran du chrono mobile
This commit is contained in:
15
styles.css
15
styles.css
@@ -1994,9 +1994,8 @@ textarea:focus {
|
||||
|
||||
@media (max-width: 900px) {
|
||||
body[data-page="chrono"].phase-body {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior-y: none;
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
body[data-page="chrono"] .phase-header {
|
||||
@@ -2018,8 +2017,8 @@ textarea:focus {
|
||||
|
||||
body[data-page="chrono"] .phase-shell {
|
||||
min-height: 100svh;
|
||||
height: auto;
|
||||
max-height: none;
|
||||
height: 100svh;
|
||||
max-height: 100svh;
|
||||
gap: 0.35rem;
|
||||
padding:
|
||||
calc(var(--phase-top-offset) + 0.55rem)
|
||||
@@ -2100,12 +2099,10 @@ textarea:focus {
|
||||
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
@media (max-width: 900px) {
|
||||
body[data-page="chrono"].phase-body {
|
||||
min-height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
body[data-page="chrono"] .phase-shell {
|
||||
min-height: -webkit-fill-available;
|
||||
height: -webkit-fill-available;
|
||||
max-height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user