Skip to content

Commit 56df10a

Browse files
committed
Improve docs UI
1 parent 4080999 commit 56df10a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: Writerside/cfg/static/custom.css

+12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
flex: 1;
1919
}
2020

21+
.app__nav {
22+
padding: 0 10px;
23+
}
24+
25+
.app__sidebar {
26+
border: none;
27+
}
28+
29+
.toc-item {
30+
border-radius: 5px;
31+
}
32+
2133
.article__list + .code-block__wrapper,
2234
.article__list + .code-collapse__wrapper,
2335
p + .code-block__wrapper,

0 commit comments

Comments
 (0)