Replaced alphabet index with search bar on actors page.

This commit is contained in:
DebaucheryLibrarian
2021-08-22 01:26:09 +02:00
parent b24973eb19
commit 0c19a026ef
7 changed files with 328 additions and 264 deletions

View File

@@ -44,10 +44,11 @@ export default {
.search {
display: flex;
width: 100%;
max-width: 40rem;
}
.query {
max-width: 40rem;
min-width: 10rem;
color: var(--text);
background: var(--background);
flex-grow: 1;