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 {