mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +01:00
Update stickie
This commit is contained in:
parent
443d5c2007
commit
66cd4f3b21
@ -115,7 +115,7 @@ export function FurnitureStickieView(props: FurnitureStickieViewProps): JSX.Elem
|
|||||||
if(!stickieData) return null;
|
if(!stickieData) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DraggableWindow handle=".drag-handler">
|
<DraggableWindow handle=".drag-handler" noCenter={ true }>
|
||||||
<div className={ "nitro-stickie nitro-stickie-image stickie-" + getStickieColorName(stickieData.color) }>
|
<div className={ "nitro-stickie nitro-stickie-image stickie-" + getStickieColorName(stickieData.color) }>
|
||||||
<div className="d-flex align-items-center stickie-header drag-handler">
|
<div className="d-flex align-items-center stickie-header drag-handler">
|
||||||
<div className="d-flex align-items-center flex-grow-1 h-100">
|
<div className="d-flex align-items-center flex-grow-1 h-100">
|
||||||
|
Loading…
Reference in New Issue
Block a user