fix: fixed the style bug when toggle the dark mode (#754)

pull/771/head
Yunwei Xiao 2023-01-04 21:26:51 +08:00 zatwierdzone przez GitHub
rodzic f892722220
commit 8a66174477
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,6 @@ const isDM = $computed(() => status.visibility === 'direct')
ref="el"
relative flex flex-col gap-1 pl-3 pr-4 pt-1
class="pb-1.5"
transition-100
:class="{ 'hover:bg-active': hover, 'border-t border-base': newer && !directReply }"
tabindex="0"
focus:outline-none focus-visible:ring="2 primary"