Skip to content
Snippets Groups Projects
Commit 39f7c346 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

display sequence and landscape false

parent 2ed79808
No related branches found
No related tags found
No related merge requests found
Pipeline #120526 passed with warnings
......@@ -190,9 +190,9 @@ const moleculeFormat: Ref<string> = ref("pdb")
<v-col :cols="mobile ? 12 : 'auto'">
<v-sheet v-if="selectedPdb"
class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3"
:height="computedHeight" :width="computedWidth" position="relative">
:height="computedHeight" :width="computedWidth" style="position:relative;">
<pdbe-molstar ref="pdbeMolstarComponent" :custom-data-url="selectedPdb" alphafold-view
landscape sequence-panel :custom-data-format="moleculeFormat"></pdbe-molstar>
sequence-panel="true" landscape="false" :custom-data-format="moleculeFormat"></pdbe-molstar>
</v-sheet>
</v-col>
<v-col :cols="mobile ? 12 : undefined">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment