add filtering support
This commit is contained in:
parent
e564e87c94
commit
77eeaef8cc
6 changed files with 179 additions and 13 deletions
|
@ -11,6 +11,20 @@ section {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 5px 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue