mini tweaks
This commit is contained in:
parent
5f8d028d4f
commit
84e4dde3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export function PanelToggle({ isEmbedded, isZen }) {
|
|||
<button
|
||||
title="share"
|
||||
className={cx(
|
||||
'top-0 px-4 py-2 bg-background right-0 absolute z-[1000] cursor-pointer hover:opacity-50 flex justify-center items-center space-x-1 text-foreground ',
|
||||
'absolute top-0 right-3 rounded-0 px-2 py-2 bg-background z-[1000] cursor-pointer hover:opacity-80 flex justify-center items-center space-x-1 text-foreground ',
|
||||
isPanelOpen && 'hidden',
|
||||
)}
|
||||
onClick={() => setIsPanelOpened(!isPanelOpen)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue