Commit ff2130a2 authored by arturo's avatar arturo

[layout] "cog" icon placement

* #427
parent fb7fbcbe
......@@ -172,6 +172,15 @@ folderCpt = here.component "folderCpt" cpt where
H.div
{}
[
H.div
-- KISS CSS placement (BEM would be better)
{ style:
{ float: "right"
, position: "relative"
, right: "-14px"
}
}
[
B.iconButton
{ name: "cog"
......@@ -183,6 +192,7 @@ folderCpt = here.component "folderCpt" cpt where
, elevation: Level0
, overlay: false
}
]
,
H.button
{ className: "btn btn-primary fv btn"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment