From ec31d56e47db241bfc70b32fa240355014604aa3 Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Mon, 13 May 2024 18:16:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8:=20cleanup=20=20`WorkflowPublished?= =?UTF-8?q?`=20classes=20and=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Workflow/Published/WorkflowPublished.vue | 164 +++++++++--------- 1 file changed, 80 insertions(+), 84 deletions(-) diff --git a/client/src/components/Workflow/Published/WorkflowPublished.vue b/client/src/components/Workflow/Published/WorkflowPublished.vue index 585c780876ac..d2c14b7d18b3 100644 --- a/client/src/components/Workflow/Published/WorkflowPublished.vue +++ b/client/src/components/Workflow/Published/WorkflowPublished.vue @@ -148,7 +148,7 @@ onMounted(async () => {
-
+
@@ -163,87 +163,83 @@ onMounted(async () => {
-
- - - Workflow Preview - {{ workflowInfo.name }} - - - - - - Download - - - - - Import - - - - - Edit - - - - - Run - - - - - View In Galaxy - - +
+ + Workflow Preview + {{ workflowInfo.name }} + + + + + + Download + + + + + Import + + + + + Edit + + + + + Run + + + + + View In Galaxy +
-
- - - -
+ + + { .container-root { container-type: inline-size; + width: 100%; + overflow: auto; } .published-workflow { @@ -276,6 +274,9 @@ onMounted(async () => { .workflow-header { grid-column: 1 / span 3; + + display: flex; + justify-content: end; } .workflow-preview { @@ -284,11 +285,6 @@ onMounted(async () => { &.only-preview { grid-column: 1 / span 3; } - - .workflow-card { - width: 100%; - height: 100%; - } } &:deep(.workflow-information-container) {