From 1c3fc56c8b01a3476c8ee13d8038ff3aa9c60a8d Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 19 Jun 2023 08:23:36 +0200 Subject: [PATCH] [css] Make GitLab notes a bit less prominent --- dot_local/share/user-content.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index 08b9122..a17763c 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -199,6 +199,15 @@ body.gl-platform-linux li.timeline-entry.system-note .timeline-icon { width: 16px; height: 16px; margin: 0px 0px 0px 9px; + border-radius: 5px; +} + + +body.gl-platform-linux li.timeline-entry.system-note div.mr-system-note-empty { + background-color: #f5f5f5 !important; + margin: 4px 0px 0px 12px !important; + width: 10px; + height: 10px; } body.gl-platform-linux li.timeline-entry.system-note .timeline-icon svg {