File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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.6 rem ;
195+ gap : 0.3 rem ;
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 >
You can’t perform that action at this time.
0 commit comments