Space out ref decorations from commit messages

This commit is contained in:
Caine
2026-03-26 22:44:06 +00:00
parent 7631442165
commit c2a51b5577
+6 -2
View File
@@ -267,12 +267,16 @@ span.tag-deco,
span.remote-deco, span.remote-deco,
span.deco { span.deco {
font-size: 0.8em; font-size: 0.8em;
padding: 2px 6px; padding: 2px 8px;
border-radius: 3px; border-radius: 3px;
margin-left: 6px; margin-left: 10px;
font-weight: bold; font-weight: bold;
} }
span.head-deco {
margin-left: 10px;
}
span.branch-deco { span.branch-deco {
background: rgba(91, 100, 197, 0.2); background: rgba(91, 100, 197, 0.2);
color: #5b64c5; color: #5b64c5;