mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
chore: better debug css
This commit is contained in:
parent
713e6b2f8e
commit
fb9f339157
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ async function setup(modalEl: HTMLElement): Promise<void> {
|
|||
.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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue