[css] Make GitLab timeline a bit more dense

This commit is contained in:
Sebastian Schulze 2022-01-18 21:13:34 +01:00
parent 73731bf14f
commit 556a96cf53
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
}