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

This commit is contained in:
2026-07-12 13:34:04 -04:00
parent fff50084c1
commit 365384aab1
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;