Update listing.css

Using the style editor, unconventional though it may be, is a nice alternative to testing code commits that wouldn't actually fix anything because all the class headers were space-delimited instead of using a seperator that allows the CSS to select one particular element, like the title name for a file listing, without looking up the :not feature to deselect the header with the exact same .item class (thanks to https://stackoverflow.com/a/16202009 for helping find out how to single that out).
pull/3494/head
Elisabeth Ryder 2024-09-16 15:32:37 -04:00 committed by GitHub
parent 05536dd459
commit 5b258f15e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ html[dir="rtl"] #listing {
align-items: center;
}
#listing.list .item p.name {
#listing.list .item p.name:not(#listing.list .item.header .name) {
margin-right: -3em;
}