aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-01 11:53:20 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-01 11:53:20 +0200
commit8c5586dda450e1bf38355927368fc7bce6fcc399 (patch)
treed0075151fe1959833295575d69ab3516434e6296
parenta84db4bd8f04bdfc14836f55f441aa8478265291 (diff)
remove 'md' size that doesn't exist
-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>