mobile style enhanchement

This commit is contained in:
2020-03-22 17:04:18 +01:00
committed by smuddy
parent 760964fb69
commit 49e51f015e
5 changed files with 15 additions and 6 deletions

View File

@@ -5,3 +5,9 @@
width: 100%;
}
}
.song-row:not(:last-child) {
display: block;
border-bottom: 1px solid #0002;
}