mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
Fix issue 1746 - Increased spaces for better readability with multiple nested items
This commit is contained in:
parent
4e4930ef9c
commit
a8db898667
@ -573,6 +573,22 @@ ol.overflow {
|
||||
}*/
|
||||
}
|
||||
|
||||
// Adding some spacing between entries for the entries in folder groups
|
||||
.overflow {
|
||||
li {
|
||||
margin-bottom: 0.5rem; // Spcaes increase
|
||||
|
||||
li {
|
||||
margin-bottom: 0.2rem; // Nested items spacing
|
||||
}
|
||||
|
||||
// Remove margin from the last item in each group
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.transclude {
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user