fix: increase default editor font size on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -69,10 +69,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-editor {
|
||||
font-size: var(--sn-stylekit-font-size-editor);
|
||||
}
|
||||
|
||||
.break-word {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user