mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed the bottom border from the last row in the credits box
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user