Add fadeout in the search

This commit is contained in:
KatieFrogs
2022-02-26 05:06:32 +03:00
parent 6c1cddf33f
commit 76736a35bf
3 changed files with 13 additions and 2 deletions

View File

@@ -110,6 +110,16 @@
width: calc(100% - (var(--course-width) + 0.4em) * 5 - 0.6em);
}
.song-search-result-info::after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 100%;
}
.song-search-result-subtitle {
display: block;
font-size: 0.8em;