1
0
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:
Michael An
2024-09-24 14:15:04 +08:00
committed by GitHub
parent 2c4be65590
commit 30f2591a9a

View File

@@ -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} />