Improved sidebar search styling and behavior.

This commit is contained in:
DebaucheryLibrarian
2020-09-11 22:45:44 +02:00
parent 08db1d63bf
commit 4f29dd4f8c
3 changed files with 21 additions and 4 deletions

View File

@@ -286,6 +286,10 @@ export default {
}
}
.filters {
flex-shrink: 0;
}
.sort {
display: flex;
align-items: center;