feat:supports input on mobile devices

This commit is contained in:
Zyronon
2025-10-08 03:19:38 +08:00
parent ada07782eb
commit 1d9b3fef6c
4 changed files with 90 additions and 31 deletions

View File

@@ -463,4 +463,12 @@ a {
50% {
border-left: .1rem solid transparent;
}
}
#typing-listener{
position: fixed;
right: 0;
bottom: 0;
z-index: 9999;
height: 3rem;
}