forked from Mirrors/elk
fix: fixed the style bug when toggle the dark mode (#754)
This commit is contained in:
parent
f892722220
commit
8a66174477
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ const isDM = $computed(() => status.visibility === 'direct')
|
||||||
ref="el"
|
ref="el"
|
||||||
relative flex flex-col gap-1 pl-3 pr-4 pt-1
|
relative flex flex-col gap-1 pl-3 pr-4 pt-1
|
||||||
class="pb-1.5"
|
class="pb-1.5"
|
||||||
transition-100
|
|
||||||
:class="{ 'hover:bg-active': hover, 'border-t border-base': newer && !directReply }"
|
:class="{ 'hover:bg-active': hover, 'border-t border-base': newer && !directReply }"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
focus:outline-none focus-visible:ring="2 primary"
|
focus:outline-none focus-visible:ring="2 primary"
|
||||||
|
|
Loading…
Reference in a new issue