feat(ebook): implement phrase matching functionality and UI enhancements

This commit is contained in:
2026-07-12 17:49:52 -04:00
parent ff0013c617
commit d03daeb66d
9 changed files with 151 additions and 13 deletions
+6
View File
@@ -181,6 +181,12 @@ textarea:focus {
flex-wrap: wrap;
}
.search-toggles {
display: flex;
flex-wrap: wrap;
gap: 14px;
}
button {
padding: 10px 20px;
font: inherit;