getting decent logic and types and stuff for resizing and windows
This commit is contained in:
@@ -86,9 +86,10 @@ export default function NirvanaHeader({
|
||||
<div
|
||||
className="flex flex-row items-center bg-gray-100 pl-2 border-b border-b-gray-200"
|
||||
id="titlebar"
|
||||
onFocus={onHeaderFocus}
|
||||
>
|
||||
<Logo type="small" />
|
||||
<div onClick={onHeaderFocus}>
|
||||
<Logo type="small" />
|
||||
</div>
|
||||
|
||||
<div className="mx-auto flex flex-row items-center space-x-2 ml-2">
|
||||
<FaSearch className="text-xs text-gray-300" />
|
||||
|
||||
Reference in New Issue
Block a user