anagram and dictionary added

This commit is contained in:
2026-03-09 14:43:03 -07:00
parent 32002c7770
commit 9c6438d10e
5 changed files with 202 additions and 30 deletions

View File

@@ -2326,7 +2326,17 @@
justify-content: flex-end;
}
.alpha-gematria-toggle {
.alpha-tool-mode-group {
display: inline-flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin: 0;
padding: 0;
border: none;
}
.alpha-tool-mode-option {
display: inline-flex;
align-items: center;
gap: 8px;
@@ -2335,6 +2345,16 @@
cursor: pointer;
-webkit-user-select: none;
user-select: none;
padding: 6px 10px;
border: 1px solid #3f3f46;
border-radius: 999px;
background: #101018;
}
.alpha-tool-mode-option:has(input:checked) {
border-color: #6366f1;
background: #1c1b35;
color: #eef2ff;
}
.alpha-gematria-controls {