mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Reduced excess margin in chapter contents lists
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user