Initial version of media filter components.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent d0a6f0928f
commit e5924db352
10 changed files with 431 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
:host {
display: flex;
flex-direction: column;
overflow: auto;
}