From 2ed79808bc1c7806d62f9df1f47f82f187b858b1 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 10 Jan 2024 22:06:25 +0100 Subject: [PATCH] landscape true --- components/content/MolstarPdbePlugin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue index 00f24d79..8ffdcadc 100644 --- a/components/content/MolstarPdbePlugin.vue +++ b/components/content/MolstarPdbePlugin.vue @@ -192,7 +192,7 @@ const moleculeFormat: Ref<string> = ref("pdb") class="d-flex align-center justify-center flex-wrap text-center mx-auto px-4 my-3" :height="computedHeight" :width="computedWidth" position="relative"> <pdbe-molstar ref="pdbeMolstarComponent" :custom-data-url="selectedPdb" alphafold-view - sequence-panel :custom-data-format="moleculeFormat"></pdbe-molstar> + landscape sequence-panel :custom-data-format="moleculeFormat"></pdbe-molstar> </v-sheet> </v-col> <v-col :cols="mobile ? 12 : undefined"> -- GitLab