提交 3f3a9e30 编写于 作者: M Miguel Solorio

Fix #81536, center git decorations

上级 7a27b264
......@@ -75,9 +75,10 @@ class DecorationRule {
}
// bubble badge
// TODO @misolori update bubble badge to use class name instead of unicode
createCSSRule(
`.${this.bubbleBadgeClassName}::after`,
`content: "\uf052"; color: ${getColor(theme, color)}; font-family: octicons; font-size: 14px; padding-right: 14px; opacity: 0.4;`,
`content: "\uf052"; color: ${getColor(theme, color)}; font-family: octicons; font-size: 14px; padding-right: 10px; opacity: 0.4;`,
element
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册