mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 08:45:57 +08:00
Readjusted book child item styles after other changes
Was extra space showing due to structure changes and flex gap.
This commit is contained in:
parent
b030c1398b
commit
eeccc2ef10
|
@ -6,7 +6,7 @@
|
||||||
justify-self: stretch;
|
justify-self: stretch;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-inline-end: $-l;
|
margin-inline-end: $-xs;
|
||||||
}
|
}
|
||||||
.icon:after {
|
.icon:after {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
}
|
}
|
||||||
.chapter-expansion-toggle {
|
.chapter-expansion-toggle {
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
padding: $-xs $-m;
|
padding: $-xs ($-m + $-xxs);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
@ -448,7 +448,7 @@ ul.pagination {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .entity-list-item:not(.no-hover):hover {
|
.card .entity-list-item:not(.no-hover, .book-contents .entity-list-item):hover {
|
||||||
@include lightDark(background-color, #F2F2F2, #2d2d2d);
|
@include lightDark(background-color, #F2F2F2, #2d2d2d);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user