From 081e6aae57719c15bdbc5e973ca7ddba9506a4bb Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 8 Aug 2020 12:49:03 +0200 Subject: Show context menu to add, modify and delete markers --- src/View/Layout.ml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/View/Layout.ml') diff --git a/src/View/Layout.ml b/src/View/Layout.ml index 98218ad..b217f0b 100644 --- a/src/View/Layout.ml +++ b/src/View/Layout.ml @@ -2,3 +2,8 @@ let section attrs content = H.div (Js.Array.concat [| HA.class_ "g-Layout__Section" |] attrs) content + +let line attrs content = + H.div + (Js.Array.concat [| HA.class_ "g-Layout__Line" |] attrs) + content -- cgit v1.2.3