less margin for mobile zen mode
This commit is contained in:
parent
60f145daa2
commit
1f5c7e6498
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue