fix: files list alignment (#3494)

pull/3568/head
Elisabeth Ryder 2024-09-30 05:40:20 -04:00 committed by GitHub
parent 03d74ee758
commit 64400ffda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 8 deletions

View File

@ -195,6 +195,10 @@ html[dir="rtl"] #listing {
align-items: center;
}
#listing.list .item p.name:not(#listing.list .item.header .name) {
margin-right: -3em;
}
#listing.list .item .name {
width: 50%;
}
@ -227,10 +231,6 @@ html[dir="rtl"] #listing {
width: 0;
}
#listing.list .item.header .name {
margin-right: 3em;
}
#listing.list .header a {
color: inherit;
}
@ -246,10 +246,6 @@ html[dir="rtl"] #listing {
white-space: pre-wrap;
}
#listing.list .item.header .name {
margin-right: 3em;
}
#listing.list .header span {
vertical-align: middle;
}