This commit is contained in:
root
2026-04-28 23:27:14 +08:00
parent 2d29a8111b
commit 1be5fea51a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ import {
const SIDEBAR_COOKIE_NAME = 'sidebar:state'
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
const SIDEBAR_WIDTH = '16rem'
const SIDEBAR_WIDTH_MOBILE = '18rem'
const SIDEBAR_WIDTH = '14rem'
const SIDEBAR_WIDTH_MOBILE = '16rem'
const SIDEBAR_WIDTH_ICON = '3rem'
const SIDEBAR_KEYBOARD_SHORTCUT = 'b'
+1 -1
View File
@@ -488,7 +488,7 @@ export default function MailArchiveDashboard() {
e.stopPropagation();
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'}
</button>