Allow filtering by document metadata

This commit is contained in:
Michael Shamoon
2022-03-27 00:08:08 -07:00
parent fbb17df916
commit 7149d407cd
8 changed files with 20 additions and 5 deletions

View File

@@ -90,3 +90,7 @@ span ::ng-deep .match {
color: black;
background-color: rgb(255, 211, 66);
}
a {
cursor: pointer;
}