diff options
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index ae50c316..335aabb6 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -130,13 +130,13 @@ icon="ellipsis-h" /> <FAIcon - v-if="!expanded" + v-show="!expanded" class="focus-marker" transform="shrink-6 up-8 right-16" icon="plus" /> <FAIcon - v-else + v-show="expanded" class="focus-marker" transform="shrink-6 up-8 right-16" icon="times" |
