Fix: Removed the bottom border from the last row in the credits box

This commit is contained in:
lscambo13
2025-09-09 10:31:57 -07:00
parent 8536ee6a90
commit 4a045ef8c9

View File

@@ -1698,6 +1698,9 @@ progress+span {
justify-content: space-between; justify-content: space-between;
padding: .5em .9em; padding: .5em .9em;
align-items: baseline; align-items: baseline;
}
.detailsGroupItem:not(:last-child) {
border-bottom: var(--defaultBorder); border-bottom: var(--defaultBorder);
} }