style(admin): increase settings card min-width from 1/2 to 3/5
This commit is contained in:
@@ -38,7 +38,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
|||||||
<TabNav tabs={TABS} activeTab={activeTab} onTabChange={setActiveTab} />
|
<TabNav tabs={TABS} activeTab={activeTab} onTabChange={setActiveTab} />
|
||||||
|
|
||||||
{activeTab === 'general' && (
|
{activeTab === 'general' && (
|
||||||
<Card title="Informations générales" className='min-w-1/2'>
|
<Card title="Informations générales" className='min-w-3/5'>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||||
<Input
|
<Input
|
||||||
label="Nom du site"
|
label="Nom du site"
|
||||||
@@ -70,7 +70,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{activeTab === 'appearance' && (
|
{activeTab === 'appearance' && (
|
||||||
<Card title="Thème" className='min-w-1/2'>
|
<Card title="Thème" className='min-w-3/5'>
|
||||||
<div className="max-w-xs">
|
<div className="max-w-xs">
|
||||||
<Select
|
<Select
|
||||||
label="Thème de l'interface"
|
label="Thème de l'interface"
|
||||||
|
|||||||
Reference in New Issue
Block a user