Skip to content

Commit fb9f339

Browse files
committed
chore: better debug css
1 parent 713e6b2 commit fb9f339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/ts/modals/dev-options.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ async function setup(modalEl: HTMLElement): Promise<void> {
5252
.querySelector(".showRealWordsInput")
5353
?.addEventListener("click", () => {
5454
getInputElement().style.opacity = "1";
55+
getInputElement().style.marginTop = "1.5em";
56+
getInputElement().style.caretColor = "red";
5557
void modal.hide();
5658
});
5759
modalEl.querySelector(".quickLogin")?.addEventListener("click", () => {

0 commit comments

Comments
 (0)