Utilized more BitBlazor components. Added enhancements to voice work search.

This commit is contained in:
2025-11-27 22:13:33 -05:00
parent 403c436a34
commit b2ef08c995
4 changed files with 223 additions and 100 deletions

View File

@@ -116,6 +116,12 @@ code {
/* Custom */
/* Search Filters */
.search-toolbar {
display: flex;
justify-content: flex-end;
gap: 1em;
}
.search-filter-control-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;