less margin for mobile zen mode

This commit is contained in:
Gamosoft 2026-01-19 11:01:19 +01:00
parent 60f145daa2
commit 1f5c7e6498
1 changed files with 6 additions and 0 deletions

View File

@ -935,6 +935,12 @@
font-size: 10px; font-size: 10px;
} }
/* Zen mode mobile adjustments - use 95% width instead of fixed padding */
.zen-mode-active .zen-editor-container {
padding: 1rem 2.5%;
width: 100%;
}
} }
@media (min-width: 769px) { @media (min-width: 769px) {