minor styling

This commit is contained in:
Egor 2016-12-29 21:33:36 -08:00
parent 7a6b7cd6ef
commit 6970119adb
2 changed files with 2 additions and 1 deletions

View file

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

View file

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