Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Oct 30, 2024
1 parent 84b8cc2 commit d2e3eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/widgets/InfoMask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'btn-success': infoMaskLevel === 0,
'btn-warning': infoMaskLevel === 1,
'btn-secondary': infoMaskLevel === 2,
'infomask-no-curl': !curlDomainsHadSet
'infomask-no-curl': !curlDomainsHadSet || isMobile
}" @click="toggleInfoMask" aria-label="Toggle Info Mask" v-tooltip="t('Tooltips.InfoMask')">
<i :class="infoMaskLevel === 0 ? 'bi bi-eye' : 'bi bi-eye-slash'"></i>
</button>
Expand Down

0 comments on commit d2e3eb9

Please sign in to comment.