design: align left for list

This commit is contained in:
Julien Calixte
2026-02-19 21:43:56 +01:00
parent 801832c6e5
commit 4edfba77ed
2 changed files with 7 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ const { notes, isLoading, canLoadMore, onLoadMore, getAuthor } =
}
a {
display: inline;
text-align: left;
}