mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Revert "Skeleton avatar should follow size"
This reverts commit f579a8bfb9
.
This commit is contained in:
parent
29d4cddbf4
commit
5707da703f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function Status({
|
|||
if (skeleton) {
|
||||
return (
|
||||
<div class="status skeleton">
|
||||
<Avatar size={size} />
|
||||
<Avatar size="xxl" />
|
||||
<div class="container">
|
||||
<div class="meta">███ ████████</div>
|
||||
<div class="content-container">
|
||||
|
|
Loading…
Reference in a new issue