minor styling

This commit is contained in:
lone-cloud 2016-12-29 21:33:36 -08:00
parent 2a54fa10f5
commit 26feb8f49e
2 changed files with 2 additions and 1 deletions

View file

@ -181,6 +181,7 @@
}
.playlist-item {
margin-right: 5px;
border-bottom: 1px solid rgba(128, 128, 128, 0.3);
border-top: 1px solid rgba(128,128,128,0.3);
height: 62px;

View file

@ -246,7 +246,7 @@
.audio-remove-button {
position: absolute;
top: 10px;
right: 5px;
right: 0;
padding: 10px;
}
}