Skip to content

Commit

Permalink
Change drag and drop icon to hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Jan 26, 2022
1 parent ed8d636 commit 3f860e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -93,7 +93,7 @@ propLabel :: forall a p. { sortable :: Boolean, title :: String } -> HTML p a
propLabel { sortable, title } = div [ class_ $ ClassName "metadata-prop-label" ]
$
Monoid.guard sortable
[ span [ class_ $ ClassName "metadata-prop-drag" ] [ text "" ] ]
[ span [ class_ $ ClassName "metadata-prop-drag" ] [ text "" ] ]
<> [ text $ title ]

onlyDescriptionRenderer
Expand Down
4 changes: 2 additions & 2 deletions marlowe-playground-client/static/css/panels.css
Expand Up @@ -382,7 +382,7 @@ button.minus-btn:hover {
grid-column-end: 5;
}
.metadata-prop-drag {
font-size: 1.5rem;
margin-right: 0.5rem;
font-size: 1rem;
margin-right: 0.8rem;
cursor: grab;
}

0 comments on commit 3f860e6

Please sign in to comment.