Skip to content

Commit

Permalink
Move RNA 2D structure legend to right
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jul 15, 2024
1 parent 010e768 commit a23c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_2d_structure/templates/rna_2d_structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>RNA 2D structure for {{gene_uniquename}}</title>
</head>
<body style="width: 850px">
<r2dt-web customStyle='{"height": "400px", "hideTitle": "true"}' search='{"urs": "{{urs_id}}"}' />
<r2dt-web customStyle='{"height": "400px", "hideTitle": "true", "legendLocation": "right"}' search='{"urs": "{{urs_id}}"}' />
<script type="text/javascript"
src="https://rnacentral.github.io/r2dt-web/dist/r2dt-web.js"></script>

Expand Down

0 comments on commit a23c913

Please sign in to comment.