minor styling
This commit is contained in:
parent
2a54fa10f5
commit
26feb8f49e
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@
|
|||
.audio-remove-button {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 5px;
|
||||
right: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue