This commit is contained in:
Anton Tranelis 2025-05-29 11:49:51 +02:00
commit 09cdb4503b
2 changed files with 10 additions and 1 deletions

View File

@ -79,7 +79,6 @@ export function TextAreaInput({
maxHeight: size === 'small' ? '50px' : containerHeight,
forceSync: true,
autoDownloadFontAwesome: false,
nativeSpellcheck: false,
spellChecker: false,
/*
autoDownloadFontAwesome?: boolean;

View File

@ -74,4 +74,14 @@
border-color: color-mix(in oklab, var(--color-base-content) 20%, #0000)!important;
border-width: 1px !important;
}
.EasyMDEContainer .editor-toolbar {
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
}
.EasyMDEContainer .fullscreen {
border-radius: 0;
}
}