responsive setting signture , ...
This commit is contained in:
@@ -100,7 +100,7 @@ const List: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className="text-lg md:text-xl xl:text-2xl font-bold mb-4 md:mb-0">{t('trash.title')}</h1>
|
||||
<h1 className="text-lg mb-4 md:mb-0">{t('trash.title')}</h1>
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
|
||||
@@ -100,7 +100,7 @@ const List: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className="text-lg md:text-xl xl:text-2xl font-bold mb-4 md:mb-0">{t('archive.title')}</h1>
|
||||
<h1 className="text-lg mb-4 md:mb-0">{t('archive.title')}</h1>
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
|
||||
@@ -100,7 +100,7 @@ const List: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className="text-lg md:text-xl xl:text-2xl font-bold mb-4 md:mb-0">{t('draft.title')}</h1>
|
||||
<h1 className="text-lg mb-4 md:mb-0">{t('draft.title')}</h1>
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
|
||||
@@ -111,7 +111,7 @@ const List: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className="text-lg md:text-xl xl:text-2xl font-bold mb-4 md:mb-0">{t('received.title')}</h1>
|
||||
<h1 className="text-lg mb-4 md:mb-0">{t('received.title')}</h1>
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
|
||||
@@ -64,7 +64,7 @@ const List: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className="text-lg md:text-xl xl:text-2xl font-bold mb-4 md:mb-0">{t('sent.title')}</h1>
|
||||
<h1 className="text-lg mb-4 md:mb-0">{t('sent.title')}</h1>
|
||||
|
||||
<Filters
|
||||
fields={[
|
||||
|
||||
@@ -42,7 +42,7 @@ const Setting: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-2 md:mt-4 px-2 md:px-0'>
|
||||
<h1 className='text-lg md:text-xl xl:text-2xl font-bold text-right mb-4 md:mb-0'>{t('setting.title')}</h1>
|
||||
<h1 className='text-lg mb-4 md:mb-0'>{t('setting.title')}</h1>
|
||||
|
||||
<div className='mt-4 md:mt-7'>
|
||||
<Tabs
|
||||
|
||||
@@ -9,7 +9,7 @@ const Signture: FC = () => {
|
||||
return (
|
||||
<div className='bg-white rounded-4xl p-8 mt-9'>
|
||||
<div className='mt-9'>
|
||||
<div className='flex xl:flex-row gap-4 flex-col justify-between xl:items-end pb-10'>
|
||||
<div className='flex xl:flex-row gap-4 flex-col justify-between pb-10'>
|
||||
<div className='flex-1'>
|
||||
<div className='xl:text-lg'>
|
||||
{t('setting.signature')}
|
||||
|
||||
Reference in New Issue
Block a user