Add Spotify search type filter for album/track/artist with album-based Lidarr flow
This commit is contained in:
parent
b3a343c3a0
commit
abf9d61d72
4 changed files with 167 additions and 40 deletions
|
|
@ -66,6 +66,7 @@ body {
|
|||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
button {
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 10px;
|
||||
|
|
@ -80,6 +81,12 @@ input {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #0b1220;
|
||||
color: var(--text);
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
button {
|
||||
background: linear-gradient(120deg, var(--accent), var(--accent-2));
|
||||
color: #001018;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue