mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-02 07:47:32 +00:00
fix markdown viewer left header style (#6840)
This commit is contained in:
parent
2c4be65590
commit
30f2591a9a
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user