Skip to content

Commit a1e6acb

Browse files
authored
Merge pull request #1154 from monarch-initiative/header-update
Minor header updates to mi.org header
2 parents 952b010 + 02a42dd commit a1e6acb

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

frontend/src/components/TheHeroTools.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<hr />
33
<div class="hero-tool-links">
4-
<p class="hero-tools-label">Knowledge Graph Tools:</p>
54
<AppLink to="/search-phenotypes">Phenotype Similarity Tools</AppLink>
65
<span>|</span>
76
<AppLink to="/text-annotator">Text Annotator</AppLink>
@@ -48,13 +47,7 @@ $wrap: 1350px;
4847
}
4948
}
5049
}
51-
.hero-tools-label {
52-
font-weight: 500;
53-
text-align: center;
54-
@media (max-width: $wrap) {
55-
color: $white;
56-
}
57-
}
50+
5851
@media (max-width: 1350) {
5952
hr {
6053
height: 1px;

frontend/src/components/TheSearchSuggestions.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/>
2020
<AppNodeText :text="search.source.name" />
2121
</span>
22+
<span class="separator">-</span>
2223
<span class="node">
2324
<AppIcon
2425
class="icon"
@@ -191,7 +192,7 @@ span {
191192
display: flex;
192193
align-items: center;
193194
padding: 0.5rem 1rem;
194-
gap: 0.6rem;
195+
gap: 0.3rem;
195196
border-radius: 0.5rem;
196197
background: #f3f3f3;
197198
white-space: nowrap;
@@ -252,4 +253,7 @@ span {
252253
margin-right: 0.4em;
253254
vertical-align: middle;
254255
}
256+
.separator {
257+
user-select: none;
258+
}
255259
</style>

0 commit comments

Comments
 (0)