Skip to content

Commit

Permalink
Fix Alignments (#1711)
Browse files Browse the repository at this point in the history
* Replace Devanagari font

* Fix sync animation center alignment

* Fix lint tailwind classes

* Add changeset
  • Loading branch information
JasonMHasperhoven authored Aug 20, 2024
1 parent 29e896a commit e4a4dd7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/blue-poets-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'minifront': minor
'@repo/ui': minor
---

Fix font alignments & sync dialog
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ storybook-static

packages/protobuf/gen
packages/protobuf/proto

scripts/private
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const SyncAnimation = () => (
<div className='flex flex-col gap-8 rounded-sm bg-black'>
<FakeButtons />

<div className='relative h-0 pb-[33%]'>
<div className='absolute inset-0 overflow-hidden'>
<div className='relative h-0 overflow-hidden pb-[33%]'>
<div className='absolute left-1/2 top-0 w-full -translate-x-1/2 overflow-hidden'>
<img
src={illustration}
alt='A loading illustration'
className='animate-spin [animation-duration:_5s]'
className='w-full animate-spin [animation-duration:_5s]'
/>
</div>
</div>
Expand Down
Binary file modified packages/ui/fonts/Devanagari-Sangam-Bold.woff2
Binary file not shown.
Binary file modified packages/ui/fonts/Devanagari-Sangam-Regular.woff2
Binary file not shown.

0 comments on commit e4a4dd7

Please sign in to comment.