Skip to content

Commit aad3d0b

Browse files
committed
Tweaked docs menu CSS
1 parent ba4544e commit aad3d0b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

nbs/styles.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ div.sidebar-item-container .active {
3434

3535
div.sidebar-item-container a {
3636
color: #000;
37-
padding: 2px 4px;
38-
border-radius: 8px;
37+
padding: 4px 6px;
38+
border-radius: 6px;
3939
font-size: 1rem;
4040
}
4141

42-
div.sidebar-item-container a.text-start {
43-
padding-bottom: 0px;
42+
li.sidebar-item {
43+
margin-top: 3px;
44+
}
45+
46+
span.menu-text {
47+
line-height: 20px;
4448
}
4549

4650
.navbar-container { max-width: 1282px; }

0 commit comments

Comments
 (0)