refactor: remove shortcut hints in mobile devices
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div class="cursor-pointer flex h-5 w-5 relative items-center justify-center">
|
||||
<div
|
||||
tabindex="0"
|
||||
class="cursor-pointer flex rounded-full h-5 w-5 relative items-center justify-center focus:outline-none focus-visible:ring focus-visible:ring-primaryDark"
|
||||
>
|
||||
<img
|
||||
class="bg-primaryDark rounded-full object-cover object-center h-5 transition w-5 absolute"
|
||||
class="bg-primaryDark rounded-full object-cover object-center h-5 w-5 transition absolute"
|
||||
:src="url"
|
||||
:alt="alt"
|
||||
loading="lazy"
|
||||
|
||||
Reference in New Issue
Block a user