mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
refactor(editor/header): adjust workspace header layout structure
This commit is contained in:
parent
a7419fe1ba
commit
d799578150
@ -18,10 +18,10 @@ export function WorkspaceEditorHeader({
|
|||||||
return (
|
return (
|
||||||
<header
|
<header
|
||||||
{...props}
|
{...props}
|
||||||
className={cn("h-8 flex flex-none items-center px-2", className)}
|
className={cn("flex items-center flex-none h-8 relative", className)}
|
||||||
>
|
>
|
||||||
<div className="w-full flex items-center justify-between">
|
<div className="absolute flex w-full items-center justify-between px-2">
|
||||||
<div className="flex flex-nowrap items-center">
|
<div className="flex items-center">
|
||||||
<LanguageSelector />
|
<LanguageSelector />
|
||||||
<LspStatusButton />
|
<LspStatusButton />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user