1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 16:35:56 +02:00

refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 (#16188)

* refactor(frontend): checkWordMuteの返り値が誤っている問題を修正

* fix lint
This commit is contained in:
かっこかり
2025-06-14 16:08:14 +09:00
committed by GitHub
parent 8ea6aa2ef3
commit 32d721abf1
3 changed files with 18 additions and 10 deletions

View File

@@ -428,7 +428,7 @@ defineExpose({
background: var(--MI_THEME-panel);
}
.note {
.note:not(:empty) {
border-bottom: solid 0.5px var(--MI_THEME-divider);
}