We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2f2e8 commit f2787efCopy full SHA for f2787ef
1 file changed
styles/public/label.ts
@@ -129,6 +129,8 @@ export const shaLabel = css`
129
// 验证提交附带的图标
130
span.ui.label.commit-is-signed {
131
height: 25px;
132
+ min-width: 50px;
133
+ justify-content: center;
134
// 验证信任
135
&.sign-trusted {
136
border: 1.5px solid ${themeVars.color.green.badge.self} !important;
@@ -161,11 +163,19 @@ export const shaLabel = css`
161
163
background-color: ${themeVars.color.red.badge.hover.bg} !important;
162
164
}
165
166
+ span {
167
+ display: inline-flex;
168
+ align-items: center;
169
170
+ }
171
172
span.ui.label.commit-is-signed,
173
.ui.label.commit-id-short,
174
.ui.label.commit-sign-badge {
175
font-size: 12px;
176
+ .ui.avatar {
177
+ border-radius: 9999px;
178
179
180
`;
181
0 commit comments