feat: avatar bg color

This commit is contained in:
changjun
2023-07-11 10:24:39 +08:00
parent 778e0a8f6a
commit ec0879ad04
3 changed files with 767 additions and 546 deletions

File diff suppressed because one or more lines are too long

View File

@@ -34,7 +34,7 @@ body: The body of the article.
<div class="w-full h-12 flex items-center space-x-4 my-8"> <div class="w-full h-12 flex items-center space-x-4 my-8">
<div class="flex-shrink-0 "> <div class="flex-shrink-0 ">
<img class="w-12 h-12 rounded-md" src="[[avatar_src]]" alt="feed img"> <img class="w-12 h-12 overflow-hidden bg-white dark:bg-dark-600 rounded-md ring-1 ring-dark-600/5 shadow-xl" src="[[avatar_src]]" alt="feed img">
</div> </div>
<div class="flex-1 min-w-0 flex flex-col"> <div class="flex-1 min-w-0 flex flex-col">
<div class="text-xl font-medium text-gray-900 truncate dark:text-white"> <div class="text-xl font-medium text-gray-900 truncate dark:text-white">

1203
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff