Skip to content

Commit

Permalink
feat: Update note action menu icons font size - EXO-74218 - Meeds-io/…
Browse files Browse the repository at this point in the history
…MIPs#129 (#1112)

Update note action menu icons font size
  • Loading branch information
hakermi authored and azayati committed Oct 11, 2024
1 parent d3a8360 commit dc36438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="ps-2 pe-4 action-menu-item draftButton"
@click="copyLink">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-link
</v-icon>
Expand All @@ -38,7 +38,7 @@
class="ps-2 pe-4 noteExportPdf action-menu-item draftButton"
@click="exportPdf">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-file-pdf
</v-icon>
Expand All @@ -50,7 +50,7 @@
class="ps-2 pe-4 action-menu-item draftButton"
@click="openNoteHistory">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-history
</v-icon>
Expand All @@ -63,7 +63,7 @@
class="ps-2 pe-4 action-menu-item draftButton"
@click="openTreeView('movePage')">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-arrows-alt
</v-icon>
Expand All @@ -76,7 +76,7 @@
class="ps-2 pe-4 action-menu-item draftButton"
@click="openTreeView('exportNotes')">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-sign-in-alt
</v-icon>
Expand All @@ -89,7 +89,7 @@
class="ps-2 pe-4 action-menu-item draftButton"
@click="openImportDrawer">
<v-icon
size="12"
size="16"
class="clickable icon-menu">
fas fa-sign-out-alt
</v-icon>
Expand All @@ -102,7 +102,7 @@
class="red--text ps-2 pe-4 action-menu-item draftButton"
@click="deleteNote">
<v-icon
size="12"
size="16"
class="delete-option-color clickable icon-menu">
fas fa-trash
</v-icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default {
data() {
return {
displayActionMenu: false,
waitTimeUntilCloseMenu: 200
};
},
props: {
Expand Down

0 comments on commit dc36438

Please sign in to comment.