Skip to content

Commit

Permalink
fix(tree): Add margin to NCBI external resource button.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 14, 2023
1 parent 1e5345d commit b8e4f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<v-btn
v-if="showNcbiUrl && item.ncbiTaxId"
:href="`https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=${item.ncbiTaxId}&lvl=3&lin=f&keep=1&srchmode=1&unlock`"
class="tree-icon"
class="tree-icon mr-1"
color="#21568a"
depressed
height="24px"
Expand All @@ -336,7 +336,7 @@
<v-btn
v-if="showSeqCodeUrl && item.seqcodeUrl"
:href="item.seqcodeUrl"
class="tree-icon"
class="tree-icon mr-1"
color="#4b0082"
depressed
height="24px"
Expand Down

0 comments on commit b8e4f4f

Please sign in to comment.