mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-29 07:34:06 +08:00
Reduced excess margin in chapter contents lists
This commit is contained in:
parent
bef2045df1
commit
221d910ff2
@ -235,6 +235,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
[chapter-toggle].open + .sub-menu {
|
[chapter-toggle].open + .sub-menu {
|
||||||
display: block;
|
display: block;
|
||||||
@ -485,6 +486,9 @@ ul.pagination {
|
|||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
> .entity-list > .entity-list-item:last-child {
|
||||||
|
margin-bottom: -$-xs;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity-list-item-image {
|
.entity-list-item-image {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user