mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
A11y tweaks to the left pane and timeline
This commit is contained in:
@@ -601,7 +601,7 @@ export function LeftPane({
|
||||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
<nav
|
||||
className={classNames(
|
||||
'module-left-pane',
|
||||
isResizing && 'module-left-pane--is-resizing',
|
||||
@@ -706,7 +706,7 @@ export function LeftPane({
|
||||
},
|
||||
})}
|
||||
{crashReportCount > 0 && renderCrashReportDialog()}
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user