ui(tiptap): wider focus for content editor

closes #165
pull/194/head
三咲智子 2022-11-28 15:39:45 +08:00
rodzic fe875dc50f
commit 7f7eccdd07
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -181,6 +181,7 @@ onUnmounted(() => {
<div relative>
<EditorContent
:editor="editor"
flex
:class="isExpanded ? 'min-h-120px max-h-720px of-y-auto' : ''"
/>
<div v-if="isExpanded" absolute right-0 bottom-0 pointer-events-none text-sm text-secondary-light>

Wyświetl plik

@ -78,7 +78,7 @@ html {
}
.content-editor {
--at-apply: outline-none;
--at-apply: 'outline-none flex-1';
pre {
--at-apply: font-mono bg-code rounded px3 py2;