Replaced alphabet index with search bar on actors page.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user