anagram and dictionary added
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user