chore: Increase the click area for the article list item (#7918)

This commit is contained in:
Pranav Raj S
2023-09-14 08:14:08 -07:00
committed by GitHub
parent 7b6a56714f
commit f21298aeb9

View File

@@ -1,11 +1,10 @@
<template>
<li
class="py-1 flex items-center justify-between -mx-1 px-1 hover:bg-slate-25 dark:hover:bg-slate-600 rounded cursor-pointer text-slate-700 dark:text-slate-50 dark:hover:text-slate-25 hover:text-slate-900 "
role="button"
@click="onClick"
>
<button
class="underline-offset-2 text-sm leading-6 text-left"
@click="onClick"
>
<button class="underline-offset-2 text-sm leading-6 text-left">
{{ title }}
</button>
<span class="pl-1 arrow">