hide copy id on touch mobile/tablet.
This commit is contained in:
parent
6e20930af7
commit
5ed2b994ba
2 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-1-tablet is-half-mobile">
|
<div class="column is-1-tablet is-hidden-touch">
|
||||||
<button class="button is-fullwidth is-borderless" @click="copyId(item)" v-tooltip="'Copy link ID'">
|
<button class="button is-fullwidth is-borderless" @click="copyId(item)" v-tooltip="'Copy link ID'">
|
||||||
<span class="icon-text">
|
<span class="icon-text">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-1-tablet is-half-mobile">
|
<div class="column is-1-tablet is-hidden-touch">
|
||||||
<button class="button is-fullwidth is-borderless" @click="copyId(item)" v-tooltip="'Copy link ID'">
|
<button class="button is-fullwidth is-borderless" @click="copyId(item)" v-tooltip="'Copy link ID'">
|
||||||
<span class="icon-text">
|
<span class="icon-text">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue