hide copy id on touch mobile/tablet.

This commit is contained in:
ArabCoders 2024-01-10 14:05:40 +03:00
parent 6e20930af7
commit 5ed2b994ba
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@
</span>
</a>
</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'">
<span class="icon-text">
<span class="icon">

View file

@ -93,7 +93,7 @@
</span>
</a>
</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'">
<span class="icon-text">
<span class="icon">