mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Skeleton avatar should follow size
This commit is contained in:
parent
9e1f62e47b
commit
f579a8bfb9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function Status({
|
|||
if (skeleton) {
|
||||
return (
|
||||
<div class="status skeleton">
|
||||
<Avatar size="xxl" />
|
||||
<Avatar size={size} />
|
||||
<div class="container">
|
||||
<div class="meta">███ ████████</div>
|
||||
<div class="content-container">
|
||||
|
|
Loading…
Add table
Reference in a new issue