mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
fix markdown viewer left header style (#6840)
This commit is contained in:
@@ -34,7 +34,7 @@ class MarkdownViewerDialog extends React.Component {
|
||||
zIndex={1046}
|
||||
>
|
||||
<div className='seafile-markdown-viewer-modal-header'>
|
||||
<div className='seafile-markdown-viewer-modal-header-left-name'>
|
||||
<div className='seafile-markdown-viewer-modal-header-left-name d-flex align-items-center'>
|
||||
<span><img src={`${mediaUrl}img/file/256/md.png`} width='24' alt='' /></span>
|
||||
<span>{fileName}</span>
|
||||
<InternalLinkOperation path={Utils.joinPath(filePath, fileName)} repoID={repoID} />
|
||||
|
Reference in New Issue
Block a user