mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Reduced excess margin in chapter contents lists
This commit is contained in:
parent
bef2045df1
commit
221d910ff2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user