summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.css
blob: d9a4a9b5ff9c1869b0eb868d8fdc70bb5071e458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Decrease font-size on commit details to help the links fit */
.commit .sha-block {
	margin-left: 7px !important;
}

.commit .sha-block,
.commit .sha {
	font-size: 10px !important;
}

.signed-commit-badge-medium {
	padding: 2px 4px !important;
	margin-left: 5px !important;
	font-size: 10px !important;
}