fix: revert publish height (#2334)

This reverts commit b74eec6a03.
pull/2418/head
patak 2023-09-30 09:59:03 +02:00
rodzic b5f2cea1dc
commit 0343898146
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -272,7 +272,7 @@ onDeactivated(() => {
<EditorContent
:editor="editor"
flex max-w-full
:class="shouldExpanded ? 'min-h-30 max-h-[calc(100vh-400px)] xl:max-h-35 of-y-auto overscroll-contain' : ''"
:class="shouldExpanded ? 'min-h-30 md:max-h-[calc(100vh-200px)] sm:max-h-[calc(100vh-400px)] max-h-35 of-y-auto overscroll-contain' : ''"
@keydown="stopQuestionMarkPropagation"
/>
</div>