Fix issue 1746 - Increased spaces for better readability with multiple nested items

This commit is contained in:
Kuberwastaken 2025-01-31 15:49:28 +05:30
parent 4e4930ef9c
commit a8db898667

View File

@ -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 { .transclude {
ul { ul {
padding-left: 1rem; padding-left: 1rem;