diff --git a/frontend/src/ts/modals/dev-options.ts b/frontend/src/ts/modals/dev-options.ts index 9742c6e88..199f530ab 100644 --- a/frontend/src/ts/modals/dev-options.ts +++ b/frontend/src/ts/modals/dev-options.ts @@ -52,6 +52,8 @@ async function setup(modalEl: HTMLElement): Promise { .querySelector(".showRealWordsInput") ?.addEventListener("click", () => { getInputElement().style.opacity = "1"; + getInputElement().style.marginTop = "1.5em"; + getInputElement().style.caretColor = "red"; void modal.hide(); }); modalEl.querySelector(".quickLogin")?.addEventListener("click", () => {