mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -24,8 +24,8 @@ import {
|
|||||||
|
|
||||||
const SIDEBAR_COOKIE_NAME = 'sidebar:state'
|
const SIDEBAR_COOKIE_NAME = 'sidebar:state'
|
||||||
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
|
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
|
||||||
const SIDEBAR_WIDTH = '16rem'
|
const SIDEBAR_WIDTH = '14rem'
|
||||||
const SIDEBAR_WIDTH_MOBILE = '18rem'
|
const SIDEBAR_WIDTH_MOBILE = '16rem'
|
||||||
const SIDEBAR_WIDTH_ICON = '3rem'
|
const SIDEBAR_WIDTH_ICON = '3rem'
|
||||||
const SIDEBAR_KEYBOARD_SHORTCUT = 'b'
|
const SIDEBAR_KEYBOARD_SHORTCUT = 'b'
|
||||||
|
|
||||||
|
|||||||
@@ -488,7 +488,7 @@ export default function MailArchiveDashboard() {
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handleQuickAttachmentSearch({ id: a.id })
|
handleQuickAttachmentSearch({ id: a.id })
|
||||||
}}
|
}}
|
||||||
className="hover:text-primary hover:underline transition-colors truncate max-w-[258px]"
|
className="hover:text-primary hover:underline transition-colors truncate max-w-[238px]"
|
||||||
>
|
>
|
||||||
{a.name || 'Unnamed'}
|
{a.name || 'Unnamed'}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user