From d3f5ec642f7d5cf2568eec268d465c169a5803b9 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 24 Jun 2022 21:18:06 +0200 Subject: [PATCH] [css] Round out the GitLab pipeline buttons and give them a bit of margin --- dot_local/share/user-content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index d0ff414..c3d0bb1 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -146,6 +146,11 @@ body.gl-platform-linux .js-pipeline-graph .build { width: auto; } +body.gl-platform-linux .js-pipeline-container button.gl-button !important { + border-radius: none; + margin-left: 1em; +} + body.gl-platform-linux .js-pipeline-graph .gl-text-truncate { overflow: visible; }