diff --git a/src/web/components/input-field.ts b/src/web/components/input-field.ts index 6f997e1..8f6dfb9 100644 --- a/src/web/components/input-field.ts +++ b/src/web/components/input-field.ts @@ -54,8 +54,8 @@ export default class InputField extends LitElement { input:focus-visible { outline: 0; box-shadow: - inset 0 1px 1px 0 var(--accent-highlight-color), - 0 0 2px 0 var(--accent-highlight-color); + inset 0 0 2px 1px var(--accent-highlight-color), + 0 0 4px 0 var(--accent-highlight-color); } `); } diff --git a/src/web/features/compose-form.ts b/src/web/features/compose-form.ts index fbe660b..d693dc7 100644 --- a/src/web/features/compose-form.ts +++ b/src/web/features/compose-form.ts @@ -36,12 +36,14 @@ export default class ComposeForm extends LitElement { maxlength="${maxNoteChars - this.content.length}" @input=${() => this.summary = this.summaryInput.value} > + +