mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 07:26:45 +00:00
input outline
This commit is contained in:
@@ -6,8 +6,10 @@ import CONFIG_SIMPLE from '../config_simple'
|
||||
*/
|
||||
export const TopBar = (props) => {
|
||||
if (CONFIG_SIMPLE.TOP_BAR_CONTENT) {
|
||||
return <header className="w-full flex justify-between items-center px-20 h-10 bg-black dark:bg-hexo-black-gray z-10">
|
||||
<div className='text-xs text-white z-50' dangerouslySetInnerHTML={{ __html: CONFIG_SIMPLE.TOP_BAR_CONTENT }}/>
|
||||
return <header className="flex justify-center items-center bg-black dark:bg-hexo-black-gray">
|
||||
<div id='top-bar-inner' className='max-w-9/10 w-full'>
|
||||
<div className='text-xs text-center float-left text-white z-50 leading-5 py-2.5' dangerouslySetInnerHTML={{ __html: CONFIG_SIMPLE.TOP_BAR_CONTENT }}/>
|
||||
</div>
|
||||
</header>
|
||||
}
|
||||
return <></>
|
||||
|
||||
Reference in New Issue
Block a user