mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 23:46:19 +00:00
🆙 Upgrade to tailwind css 4.2.0
This commit is contained in:
@@ -42,7 +42,7 @@ export const FurnitureStickieView: FC<{}> = props =>
|
||||
<DraggableWindow handleSelector=".drag-handler" windowPosition={ DraggableWindowPosition.TOP_LEFT }>
|
||||
<div className={ 'nitro-stickie nitro-stickie-image stickie-' + (type == 'post_it' ? getStickieColorName(color) : getStickieTypeName(type)) }>
|
||||
<div className="flex items-center stickie-header drag-handler">
|
||||
<div className="flex items-center !flex-grow h-full">
|
||||
<div className="flex items-center grow! h-full">
|
||||
{ canModify &&
|
||||
<>
|
||||
<div className="nitro-stickie-image stickie-trash header-trash" onClick={ trash }></div>
|
||||
|
||||
Reference in New Issue
Block a user