This commit is contained in:
Rizky 2024-03-10 09:25:17 +07:00
parent 51708bb068
commit 3d3e4be5f3
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ const CodeBody = () => {
></div> ></div>
</Tooltip> </Tooltip>
</div> </div>
<div className="flex items-center"> {/* <div className="flex items-center">
{code_mode === "vsc" && ( {code_mode === "vsc" && (
<div <div
className="flex items-center p-[2px] px-2 mr-2 cursor-pointer text-[11px] space-x-1 hover:bg-blue-100 hover:border-slate-200 border border-transparent transition-all" className="flex items-center p-[2px] px-2 mr-2 cursor-pointer text-[11px] space-x-1 hover:bg-blue-100 hover:border-slate-200 border border-transparent transition-all"
@ -282,7 +282,7 @@ const CodeBody = () => {
<div>Turn off VSCode</div> <div>Turn off VSCode</div>
</div> </div>
)} )}
</div> </div> */}
</div> </div>
{p.ui.popup.code.show_log && ( {p.ui.popup.code.show_log && (
<div className="h-[150px] overflow-auto font-mono p-2 text-xs whitespace-pre-wrap border-b"> <div className="h-[150px] overflow-auto font-mono p-2 text-xs whitespace-pre-wrap border-b">