blob: f9488b415e3eaa9ea6302d7e0bc31008159606dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.navbar-context-branches {
display: inline-flex;
justify-content: center;
line-height: calc(2 * var(--gridSize));
margin-left: calc(2 * var(--gridSize));
font-size: var(--baseFontSize);
}
.navbar-context-meta-branch-menu-item {
display: flex !important;
justify-content: space-between;
align-items: center;
}
.navbar-context-meta-branch-menu-item-name {
flex: 1;
max-width: 300px;
}
.navbar-context-meta-branch-menu-item-actions {
height: 12px;
margin-left: 32px;
}
|