added album search feature for upload

This commit is contained in:
2024-05-16 18:59:16 -04:00
parent 955fc84412
commit caefc46fcc
3 changed files with 74 additions and 20 deletions

View File

@ -141,13 +141,10 @@
color: #7f8fa6;
}
}
.artists {
.has-search {
position: relative;
width: 325px;
.input-bx {
}
.artist_results {
.search-results {
display: flex;
flex-direction: column;
border: 1px solid white;
@ -158,7 +155,7 @@
z-index: 2;
border-radius: 5px;
padding: 0;
.artist {
.result {
border-bottom: 1px solid white;
padding: 10px;
cursor: pointer;
@ -167,7 +164,7 @@
background-color: #7f8fa6;
}
}
.artist:last-child {
.result:last-child {
border-bottom: none;
}
}