Skip to content

Commit

Permalink
style: add responsive classes LinkedDocumentCard
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Jul 25, 2024
1 parent 4edb12e commit 93f06bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/LinkedDocument/LinkedDocumentCard.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<div
class="linked-document-card d-flex row bg-tertiary rounded align-items-start"
class="linked-document-card d-flex bg-tertiary rounded align-items-start"
:class="{ 'linked-document-card--skrink': !modelValue }"
>
<div class="d-flex col-11 row-gap-3 column-gap-3 justify-content-between">
<div class="d-flex flex-column flex-sm-row col-10 col-sm-11 justify-content-between">
<linked-document-section
title="documents in the same folder"
icon="files"
Expand All @@ -19,8 +19,8 @@
class="col-12 col-sm-6 p-4"
/>
</div>
<span class="linked-document-card__toggle col-1 mt-2 btn btn-md" @click="toggle">
<phosphor-icon :name="caretIcon" />
<span class="linked-document-card__toggle col-1 mt-2 d-flex justify-content-center" @click="toggle">
<phosphor-icon :name="caretIcon" class="linked-document-card__toggle--btn btn btn-md border-0" />
</span>
</div>
</template>
Expand Down

0 comments on commit 93f06bd

Please sign in to comment.