allow choosing artists by searching for upload

This commit is contained in:
2024-05-16 18:35:02 -04:00
parent 5775d3148b
commit 955fc84412
2 changed files with 69 additions and 22 deletions

View File

@ -161,6 +161,11 @@
.artist {
border-bottom: 1px solid white;
padding: 10px;
cursor: pointer;
transition: 0.3s;
&:hover {
background-color: #7f8fa6;
}
}
.artist:last-child {
border-bottom: none;