Skip to content

Commit b741dd8

Browse files
authored
fix: Hide timeline for API doc posts
2 parents d30d5cd + b2c3753 commit b741dd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
min-width: 768px;
33
}
44

5+
.timeline-container {
6+
display: none;
7+
}
8+
59
.cooked pre[data-code-wrap="rapidoc"] {
610
overflow-y: auto;
711
margin: 1em 0;

0 commit comments

Comments
 (0)