fix: increase default editor font size on mobile

This commit is contained in:
Aman Harwara
2022-10-06 17:35:53 +05:30
parent 4609053bd0
commit c944eb9365
2 changed files with 4 additions and 4 deletions

View File

@@ -30,6 +30,10 @@
--safe-area-inset-right: env(safe-area-inset-right, 0);
--sn-stylekit-font-size-editor: 0.9375rem;
@media screen and (max-width: 768px) {
--sn-stylekit-font-size-editor: 1rem;
}
}
html {

View File

@@ -69,10 +69,6 @@
}
}
.text-editor {
font-size: var(--sn-stylekit-font-size-editor);
}
.break-word {
word-break: break-word;
}