From 39f7c346498863bc3a9e7ee74c589d789fec8993 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 11 Jan 2024 09:41:47 +0100 Subject: [PATCH] display sequence and landscape false --- components/content/MolstarPdbePlugin.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue index 8ffdcadc..03689717 100644 --- a/components/content/MolstarPdbePlugin.vue +++ b/components/content/MolstarPdbePlugin.vue @@ -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"> -- GitLab