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

This commit is contained in:
2026-07-09 11:04:59 -04:00
parent 6a0e3ebcdb
commit f20c45bea9
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;