1.dashboard.feeds .context.user.menu,
2.dashboard.issues .context.user.menu {
3 z-index: 101;
4 min-width: 200px;
5}
6
7.dashboard.feeds .context.user.menu .ui.header,
8.dashboard.issues .context.user.menu .ui.header {
9 font-size: 1rem;
10 text-transform: none;
11}
12
13.dashboard.feeds .filter.menu,
14.dashboard.issues .filter.menu {
15 width: initial;
16}
17
18.dashboard.feeds .filter.menu .item,
19.dashboard.issues .filter.menu .item {
20 text-align: left;
21 display: flex;
22 align-items: center;
23 justify-content: space-between;
24}
25
26.dashboard.feeds .filter.menu .item .text.truncate,
27.dashboard.issues .filter.menu .item .text.truncate {
28 width: 75%;
29}
30
31/* Sort */
32.dashboard.feeds .filter.menu .jump.item,
33.dashboard.issues .filter.menu .jump.item {
34 margin: 1px;
35 padding-right: 0;
36}
37
38.dashboard.feeds .filter.menu .menu,
39.dashboard.issues .filter.menu .menu {
40 max-height: 300px;
41 overflow-x: auto;
42 right: 0 !important;
43 left: auto !important;
44}
45
46@media (max-width: 767.98px) {
47 .dashboard.feeds .filter.menu,
48 .dashboard.issues .filter.menu {
49 width: 100%;
50 }
51}
52
53.dashboard.feeds .right.stackable.menu > .item.active,
54.dashboard.issues .right.stackable.menu > .item.active {
55 color: var(--color-red);
56}
57
58.dashboard .dashboard-repos,
59.dashboard .dashboard-orgs {
60 margin: 0 1px; /* Accommodate for Semantic's 1px hacks on .attached elements */
61}
62
63.dashboard .secondary-nav {
64 padding: 1px 12px; /* match .overflow-menu-items in height */
65}
66
67.dashboard .secondary-nav .right.menu {
68 gap: .35714286em;
69}
70
71.dashboard .secondary-nav .right.menu div.item {
72 padding-left: 0.5rem;
73}
74
75.dashboard .secondary-nav .org-visibility .label {
76 margin-left: 5px;
77}
78
79.dashboard .secondary-nav .ui.dropdown {
80 max-width: 100%;
81}
82
83.dashboard .help {
84 color: var(--color-secondary-dark-8);
85}