Listing: Remove 3em margin
parent
b0c111dba3
commit
ec11cc0f89
|
@ -199,15 +199,11 @@ html[dir="rtl"] #listing {
|
||||||
}
|
}
|
||||||
|
|
||||||
#listing.list .item div:last-of-type {
|
#listing.list .item div:last-of-type {
|
||||||
width: calc(100% - 3em);
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#listing.list .item p.name:not(#listing.list .item.header .name) {
|
|
||||||
margin-right: -3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#listing.list .item .name {
|
#listing.list .item .name {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue