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) {
|
@media (max-width: 900px) {
|
||||||
body[data-page="chrono"].phase-body {
|
body[data-page="chrono"].phase-body {
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
overscroll-behavior: none;
|
||||||
overscroll-behavior-y: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-page="chrono"] .phase-header {
|
body[data-page="chrono"] .phase-header {
|
||||||
@@ -2018,8 +2017,8 @@ textarea:focus {
|
|||||||
|
|
||||||
body[data-page="chrono"] .phase-shell {
|
body[data-page="chrono"] .phase-shell {
|
||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
height: auto;
|
height: 100svh;
|
||||||
max-height: none;
|
max-height: 100svh;
|
||||||
gap: 0.35rem;
|
gap: 0.35rem;
|
||||||
padding:
|
padding:
|
||||||
calc(var(--phase-top-offset) + 0.55rem)
|
calc(var(--phase-top-offset) + 0.55rem)
|
||||||
@@ -2100,12 +2099,10 @@ textarea:focus {
|
|||||||
|
|
||||||
@supports (-webkit-touch-callout: none) {
|
@supports (-webkit-touch-callout: none) {
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
body[data-page="chrono"].phase-body {
|
|
||||||
min-height: -webkit-fill-available;
|
|
||||||
}
|
|
||||||
|
|
||||||
body[data-page="chrono"] .phase-shell {
|
body[data-page="chrono"] .phase-shell {
|
||||||
min-height: -webkit-fill-available;
|
min-height: -webkit-fill-available;
|
||||||
|
height: -webkit-fill-available;
|
||||||
|
max-height: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user