Changes
2 changed files (+3/-2)
-
-
@@ -186,7 +186,7 @@ , thickness = mm 2.5, lining = mm 0.5 , rendering = { size = A4 , margin = mm 10 , margin = mm 3 , gap = mm 10 , lineWidth = mm 0.3 , colorSchema = BlackOnWhite
-
-
-
@@ -14,7 +14,7 @@ import Parameters exposing (LoopStyle(..), Parameters)import Svg exposing (..) import Svg.Attributes exposing (..) import Svg.Path as Path exposing (..) import Template.Layout.Container as Container exposing (aligned, columns, gapped, noGrow, rows, sized) import Template.Layout.Container as Container exposing (aligned, columns, gapped, noGrow, padded, rows, sized) import Template.Layout.Coordinate exposing (Request(..)) import Template.Layout.Item exposing (Item)
-
@@ -25,6 +25,7 @@ -- TODO: Pack items more smartly, so it won't push infoArea outrows |> sized (AtLeast 0) (AtLeast 0) |> aligned Container.Start |> padded (toMM params.rendering.gap / 2) |> gapped (toMM params.rendering.gap) |> Container.build ([ columns
-