Skip to content
Snippets Groups Projects
Commit a1faae90 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

adjust footer toolbar

parent c621887b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<span class="text-center">{{$t(what_copied)}}</span> <span class="text-center">{{$t(what_copied)}}</span>
</v-snackbar> </v-snackbar>
<v-card-actions>
<v-btn v-if="showLinkCopy" <v-btn v-if="showLinkCopy"
small text class="toolbar-button" rounded @click="copy_link"> small text class="toolbar-button" rounded @click="copy_link">
<v-icon small left>link</v-icon><span class = "button-text">{{$t("article_footer.copy_link")}}</span> <v-icon small left>link</v-icon><span class = "button-text">{{$t("article_footer.copy_link")}}</span>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</v-card> </v-card>
</v-dialog> </v-dialog>
</v-card-actions>
</div> </div>
</template> </template>
...@@ -154,8 +154,8 @@ export default { ...@@ -154,8 +154,8 @@ export default {
} }
.toolbar-button { .toolbar-button {
margin-right: 6px; margin-right: 8px;
margin-top: 6px; margin-top: 8px;
font-size: 12px; font-size: 12px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment