mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed placing of border on delete button
This commit is contained in:
@@ -1305,16 +1305,20 @@ nav ul li:hover, nav ul li.active {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-song .card-action{
|
||||||
|
border-top:none !important;
|
||||||
|
}
|
||||||
|
|
||||||
#del, #del_suggested, #del_user_suggested{
|
#del, #del_suggested, #del_user_suggested{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
right: 0%;
|
right: 0%;
|
||||||
/* height: 100%; */
|
|
||||||
bottom: -31%;
|
bottom: -31%;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
padding: 2px 12px;
|
padding: 2px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
width: initial;
|
width: initial;
|
||||||
|
border-top: 1px solid rgba(160,160,160,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
|
|||||||
Reference in New Issue
Block a user