Update listing.css

Fix margin for arabic language
pull/3757/head
Mantas Žvingilas 2025-02-20 13:47:36 +02:00 committed by GitHub
parent 3d6c5152fe
commit e45b79b5d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -190,15 +190,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: 50%;
}