Listing: Remove 3em margin

pull/3756/head
Mantas Zvingilas 2025-02-20 13:20:00 +02:00
parent b0c111dba3
commit ec11cc0f89
1 changed files with 1 additions and 5 deletions

View File

@ -199,15 +199,11 @@ html[dir="rtl"] #listing {
}
#listing.list .item div:last-of-type {
width: calc(100% - 3em);
width: 100%;
display: flex;
align-items: center;
}
#listing.list .item p.name:not(#listing.list .item.header .name) {
margin-right: -3em;
}
#listing.list .item .name {
width: 45%;
}