From 556a96cf53c2a621bdee2b984f12825d1d7fdadb Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 18 Jan 2022 21:13:34 +0100 Subject: [PATCH] [css] Make GitLab timeline a bit more dense --- dot_local/share/user-content.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index 07d6699..d23e049 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -131,4 +131,10 @@ body.gl-platform-linux, body.env-production.page-responsive { .js-pipeline-graph div.ci-job-component[id*="staging"] .menu-item { box-shadow: 0px 0px 5px #f09a06; } + + li.timeline-entry { + font-size: 0.8em !important; + padding-top: 0; + padding-bottom: 0; + } }