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

@@ -93,7 +93,7 @@ export default {
.search-input {
height: 100%;
width: 100%;
padding: .5rem;
padding: .5rem 0 .5rem .5rem;
border: none;
color: var(--text);
background: var(--background);