Supprime la bande blanche en bas

This commit is contained in:
2026-04-12 17:05:30 +02:00
parent e0815fc279
commit 5f9dc9ba7b

View File

@@ -31,6 +31,7 @@
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;
background: #140700;
} }
body { body {
@@ -1862,6 +1863,7 @@ textarea:focus {
.phase-body { .phase-body {
padding: 0; padding: 0;
--phase-top-offset: var(--safe-top); --phase-top-offset: var(--safe-top);
background: #140700;
} }
@media (display-mode: standalone), (display-mode: fullscreen) { @media (display-mode: standalone), (display-mode: fullscreen) {