diff --git a/src/app.css b/src/app.css index ef8e9d1..1106d0f 100644 --- a/src/app.css +++ b/src/app.css @@ -11,3 +11,23 @@ font-family: Montserrat, sans-serif; } } + +.utxo-markdown ul { + display: block; + list-style-type: disc; + margin-top: 1em; + margin-bottom: 1em; + margin-left: 0; + margin-right: 0; + padding-left: 40px; +} + +.utxo-markdown ol { + display: block; + list-style-type: decimal; + margin-top: 1em; + margin-bottom: 1em; + margin-left: 0; + margin-right: 0; + padding-left: 40px; +} diff --git a/src/lib/header/Header.svelte b/src/lib/header/Header.svelte index 5c68776..cf9b8fb 100644 --- a/src/lib/header/Header.svelte +++ b/src/lib/header/Header.svelte @@ -1,6 +1,6 @@ -{#if bundle} +{#if $bundle}
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index aef041e..cfecf5b 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -42,11 +42,7 @@ - UTXO.22 {$bundle - ? "- " + $bundle.description - : ""} + UTXO.22 {$bundle ? "- " + $bundle.description : ""}
diff --git a/src/routes/lide.svelte b/src/routes/lide.svelte index 193eabe..d43526b 100644 --- a/src/routes/lide.svelte +++ b/src/routes/lide.svelte @@ -112,7 +112,7 @@
{#if s.desc} -
+
{/if} diff --git a/src/routes/udalosti.svelte b/src/routes/udalosti.svelte index 11c6fbb..531f6bf 100644 --- a/src/routes/udalosti.svelte +++ b/src/routes/udalosti.svelte @@ -101,7 +101,7 @@
{/if} {#if e.description} -
+
{/if}