fix: correct list item selector (#3126) (#3147)

This commit is contained in:
trmdi 2024-04-25 04:12:46 +07:00 committed by GitHub
parent b4b4b0efc9
commit 22a05e1f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -68,11 +68,11 @@
border-top: 1px solid var(--borderPrimary);
}
.share__box__items #listing.list .item .name {
#listing.list .item .name {
width: 50%;
}
.share__box__items #listing.list .item .modified {
#listing.list .item .modified {
width: 25%;
}