refactor: more sidebar cleanup
This commit is contained in:
parent
12d64b7c34
commit
f03ca66a07
1 changed files with 3 additions and 1 deletions
|
|
@ -118,6 +118,7 @@
|
||||||
|
|
||||||
#sidebar .topic-list {
|
#sidebar .topic-list {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .topic-list > li.topic a:before {
|
#sidebar .topic-list > li.topic a:before {
|
||||||
|
|
@ -140,6 +141,7 @@
|
||||||
font-size: large;
|
font-size: large;
|
||||||
margin-left: 1.75rem;
|
margin-left: 1.75rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .topic-list > li.topic.active a {
|
#sidebar .topic-list > li.topic.active a {
|
||||||
|
|
@ -406,7 +408,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="topics-container">
|
<div class="topics-container">
|
||||||
<div>
|
<div style="margin-bottom: 1rem">
|
||||||
<span class="title">topics</span>
|
<span class="title">topics</span>
|
||||||
</div>
|
</div>
|
||||||
<ul id="topic-list" class="topic-list"></ul>
|
<ul id="topic-list" class="topic-list"></ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue