summaryrefslogtreecommitdiff
path: root/source/features/branch-buttons.css
blob: 601e734fb3d961beb300b672ba3aac94ca198ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.file-navigation {
	display: flex;
}

.file-navigation .branch-select-menu {
	margin-right: 0 !important;
}

.file-navigation .BtnGroup.float-right {
	order: 100;
}

.file-navigation .breadcrumb {
	flex: 1;
	margin-left: 8px !important;
}

.file-navigation .rgh-branch-buttons .BtnGroup {
	margin: 0;
}