mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
- fix: add line-clamp-1 on button text, closes #1585
- fix: add drag handle icon to panels
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { DotsSixVertical } from "@phosphor-icons/react";
|
||||
import { cn } from "@reactive-resume/utils";
|
||||
import * as PanelPrimitive from "react-resizable-panels";
|
||||
|
||||
@ -28,5 +29,9 @@ export const PanelResizeHandle = ({
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="pointer-events-none absolute inset-y-0 left-[-5px] z-50 flex items-center justify-center">
|
||||
<DotsSixVertical size={14} opacity={0.75} />
|
||||
</div>
|
||||
</PanelPrimitive.PanelResizeHandle>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user