fix: Update broken design elements in dashboard (#7468)

This commit is contained in:
Sivin Varghese
2023-07-07 00:28:54 +05:30
committed by GitHub
parent 528da1d2cf
commit 571e6bd0ec
4 changed files with 12 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
<div
v-if="show"
v-on-clickaway="onClickAway"
class="left-3 rtl:left-auto rtl:right-3 bottom-16 w-64 absolute z-10 rounded-md drop-shadow-xl bg-white dark:bg-slate-800 py-2 px-2 border border-slate-25 dark:border-slate-700"
class="left-3 rtl:left-auto rtl:right-3 bottom-16 w-64 absolute z-10 rounded-md shadow-xl bg-white dark:bg-slate-800 py-2 px-2 border border-slate-25 dark:border-slate-700"
:class="{ 'block visible': show }"
>
<availability-status />