Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from unipept/fix/center-buttons-analysis-summary
Browse files Browse the repository at this point in the history
Center the buttons in the AnalysisSummaryCard
  • Loading branch information
pverscha authored Feb 10, 2023
2 parents 0ccff78 + f2ea78c commit 0c27c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/cards/analysis/multi/AnalysisSummaryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div v-else>
<div class="subtitle-1">Peptide list</div>
<v-textarea
<v-textarea
v-model="peptides"
:readonly="true"
/>
Expand Down Expand Up @@ -51,7 +51,7 @@
</Tooltip>
</div>

<div class="card-actions d-flex flex-wrap">
<div class="card-actions d-flex flex-wrap justify-center">
<tooltip message="Restart search with selected samples using the settings chosen above.">
<v-btn class="mr-3 mb-2" :disabled="!dirty()" @click="reprocess()" color="primary">
<v-icon left>
Expand All @@ -71,7 +71,7 @@
<v-divider class="my-3"></v-divider>

<span class="peptide-match-text">
We managed to match {{ multiAnalysisStore.activeAssayStatus.data.trust.matchedPeptides }} of your
We managed to match {{ multiAnalysisStore.activeAssayStatus.data.trust.matchedPeptides }} of your
{{ multiAnalysisStore.activeAssayStatus.data.trust.searchedPeptides }} peptides. Unfortunately,
<a style="cursor: pointer;" @click="showMissedPeptides = true">
{{ multiAnalysisStore.activeAssayStatus.data.trust.missedPeptides.length }}
Expand Down

0 comments on commit 0c27c31

Please sign in to comment.