From 41590c60c3139d34372767dca45c288b6001bbf5 Mon Sep 17 00:00:00 2001 From: Wolfgang Werner Date: Thu, 20 Mar 2025 14:27:28 +0100 Subject: [PATCH] fix: Hide timeline for API doc posts --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index fa2e266..3c85b04 100644 --- a/common/common.scss +++ b/common/common.scss @@ -2,6 +2,10 @@ min-width: 768px; } +.timeline-container { + display: none; +} + .cooked pre[data-code-wrap="rapidoc"] { overflow-y: auto; margin: 1em 0;