Reduced excess margin in chapter contents lists

This commit is contained in:
Dan Brown 2022-05-12 17:27:57 +01:00
parent bef2045df1
commit 221d910ff2
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -235,6 +235,7 @@
display: none;
padding-inline-start: 0;
position: relative;
margin-bottom: 0;
}
[chapter-toggle].open + .sub-menu {
display: block;
@ -485,6 +486,9 @@ ul.pagination {
display: block;
white-space: nowrap;
}
> .entity-list > .entity-list-item:last-child {
margin-bottom: -$-xs;
}
}
.entity-list-item-image {