Factor out common module prefix when all modules are under a same namespace.
This commit is contained in:
@@ -305,12 +305,21 @@ p code {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sidebar h3.modules-prefix {
|
||||
color: var(--pink);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sidebar ul {
|
||||
list-style: none;
|
||||
margin: var(--small-gap) 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebar h3.modules-prefix + ul {
|
||||
margin-left: var(--tiny-gap);
|
||||
}
|
||||
|
||||
.sidebar li {
|
||||
line-height: 1.2;
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user