feat: add word search

This commit is contained in:
2025-06-25 16:25:52 +03:00
parent dbb6806a78
commit 80d4bff0b4
17 changed files with 78 additions and 15 deletions

View File

@@ -236,6 +236,12 @@ button.danger:hover {
gap: 6px;
}
#wordSearch{
width:100%;
margin-bottom:8px;
margin-top: 8px;
}
#wordList {
margin-top: 8px;
position: relative;