aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-11-01 16:44:15 +0200
committerHenry Jameson <me@hjkos.com>2020-11-01 16:44:15 +0200
commit994b49ddfe8fbf9979b668ab7e7d29c2ad864b1c (patch)
tree9f3c478892b4f5fdba75b46380523e0395a54e74 /src
parent02bb015c4fb4bd5279a7434ea18ab01bdc316d07 (diff)
parent918563d15c61677f0d5d3c09593aca986b1659b6 (diff)
Merge remote-tracking branch 'origin/develop' into various-css-fixes
* origin/develop: remove 'md' size that doesn't exist
Diffstat (limited to 'src')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index f32ea02d..a33f6e87 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -16,7 +16,6 @@
@click.prevent="muteConversation"
>
<FAIcon
- size="md"
fixed-width
icon="eye-slash"
/><span>{{ $t("status.mute_conversation") }}</span>
@@ -27,7 +26,6 @@
@click.prevent="unmuteConversation"
>
<FAIcon
- size="md"
fixed-width
icon="eye-slash"
/><span>{{ $t("status.unmute_conversation") }}</span>
@@ -39,7 +37,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
icon="thumbtack"
/><span>{{ $t("status.pin") }}</span>
@@ -51,7 +48,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
icon="thumbtack"
/><span>{{ $t("status.unpin") }}</span>
@@ -63,7 +59,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
:icon="['far', 'bookmark']"
/><span>{{ $t("status.bookmark") }}</span>
@@ -75,7 +70,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
icon="bookmark"
/><span>{{ $t("status.unbookmark") }}</span>
@@ -87,7 +81,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
icon="times"
/><span>{{ $t("status.delete") }}</span>
@@ -98,7 +91,6 @@
@click="close"
>
<FAIcon
- size="md"
fixed-width
icon="share-alt"
/><span>{{ $t("status.copy_link") }}</span>
@@ -109,7 +101,6 @@
<FAIcon
class="ExtraButtons fa-scale-110 fa-old-padding"
icon="ellipsis-h"
- size="md"
/>
</span>
</Popover>