web/ChangelogSkeleton: fix title skeleton cutting off, reduce rounding

This commit is contained in:
wukko
2024-07-21 16:57:42 +06:00
parent d8acb5406a
commit 238cd22c8d
2 changed files with 6 additions and 7 deletions

View File

@@ -14,12 +14,10 @@
/>
</div>
</div>
<h1 class="changelog-title">
<Skeleton
width="28em"
height="27.59px"
/>
</h1>
<Skeleton
width="100%"
height="27.59px"
/>
</div>
<div class="changelog-content">
<Skeleton