[css] Make GitLab notes a bit less prominent

This commit is contained in:
Sebastian Schulze 2023-06-19 08:23:36 +02:00
parent 71a97d2ca3
commit 1c3fc56c8b
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 9 additions and 0 deletions

View File

@ -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 {