fix: top bar style when window width less than 1024px (#453)
This commit is contained in:
parent
f10905590a
commit
7e6702ae32
|
|
@ -64,7 +64,6 @@ export const DashboardTopbar: React.FC<{
|
|||
</div>
|
||||
<div className="flex-1"></div>
|
||||
{userWidget}
|
||||
<div className="w-[1px] bg-border absolute top-0 right-0 bottom-0"></div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue