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

use screen size to identify mobile devices

parent 193cafa1
No related branches found
No related tags found
No related merge requests found
<template> <template>
<div class="article_footer"> <div class="article_footer">
<v-btn v-if="!webShareApiSupported || hasPointer" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link"> <v-btn v-if="!webShareApiSupported || !($vuetify.breakpoint.xs || $vuetify.breakpoint.sm)" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link">
<v-icon small>link</v-icon> <span class = "button-text">Kopier lenke</span> <v-icon small>link</v-icon> <span class = "button-text">Kopier lenke</span>
</v-btn> </v-btn>
......
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