mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-25 20:32:26 +01:00
feat: increase modal and view changes component widths for improved layout
This commit is contained in:
@@ -25,7 +25,7 @@ const ViewChanges = ({isOpen, onClose, change, isIncoming}) => {
|
||||
isOpen={isOpen}
|
||||
onClose={onClose}
|
||||
title={titleContent}
|
||||
width='7xl'>
|
||||
width='10xl'>
|
||||
<div className='space-y-4'>
|
||||
{/* If there's a commit message, show it */}
|
||||
{change.commit_message && (
|
||||
@@ -36,10 +36,10 @@ const ViewChanges = ({isOpen, onClose, change, isIncoming}) => {
|
||||
<table className='min-w-full'>
|
||||
<thead className='bg-gray-800 border-b border-gray-700'>
|
||||
<tr>
|
||||
<th className='py-3 px-4 text-left text-gray-400 font-medium w-1/6'>
|
||||
<th className='py-3 px-4 text-left text-gray-400 font-medium w-1/8'>
|
||||
Change
|
||||
</th>
|
||||
<th className='py-3 px-4 text-left text-gray-400 font-medium w-1/6'>
|
||||
<th className='py-3 px-4 text-left text-gray-400 font-medium w-2/8'>
|
||||
Key
|
||||
</th>
|
||||
<th className='py-3 px-4 text-left text-gray-400 font-medium w-2/6'>
|
||||
|
||||
@@ -60,6 +60,9 @@ const Modal = ({
|
||||
'5xl': 'w-[1024px]',
|
||||
'6xl': 'w-[1152px]',
|
||||
'7xl': 'w-[1280px]',
|
||||
'8xl': 'w-[1408px]',
|
||||
'9xl': 'w-[1536px]',
|
||||
'10xl': 'w-[1664px]',
|
||||
full: 'w-full',
|
||||
'screen-sm': 'w-screen-sm',
|
||||
'screen-md': 'w-screen-md',
|
||||
@@ -187,6 +190,9 @@ Modal.propTypes = {
|
||||
'5xl',
|
||||
'6xl',
|
||||
'7xl',
|
||||
'8xl',
|
||||
'9xl',
|
||||
'10xl',
|
||||
'full',
|
||||
'screen-sm',
|
||||
'screen-md',
|
||||
|
||||
Reference in New Issue
Block a user