Skip to content

Commit eb0d569

Browse files
authored
added fix for progress bar and close icon (#139)
1 parent d91879a commit eb0d569

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/bible/DraftingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ const DraftingUI: React.FC<DraftingUIProps> = ({
503503
>
504504
<BookText color='#ffffff' />
505505
</Button>
506-
<div className='bg-input rounded-lg border md:w-50 lg:w-76 xl:w-105'>
506+
<div className='bg-input rounded-lg border sm:w-40 md:w-50 lg:w-76 xl:w-105'>
507507
<div className='h-4 overflow-hidden rounded-full'>
508508
<div
509509
className='bg-primary h-full rounded-full transition-all duration-300'

src/layouts/resources/ResourceDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const ResourceDialog: React.FC<ResourceDialogProps> = ({
171171
showCloseButton={false}
172172
>
173173
<DialogHeader
174-
className={`sticky top-0 z-20 flex items-center justify-between px-6 py-2 ${
174+
className={`sticky top-0 z-20 flex items-center justify-between py-2 pr-3 pl-6 ${
175175
isRTL ? 'flex-row-reverse' : 'flex-row'
176176
}`}
177177
style={{

0 commit comments

Comments
 (0)