Squish text, fix keyboard navigation

This commit is contained in:
KatieFrogs
2022-02-26 05:49:05 +03:00
parent 76736a35bf
commit 0f142b5386
2 changed files with 41 additions and 15 deletions

View File

@@ -110,18 +110,12 @@
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-title,
.song-search-result-subtitle {
transform-origin: left;
}
.song-search-result-subtitle {
display: block;
font-size: 0.8em;
margin-top: 0.5em;
}