From db2b49a85d97ff40c8bbe031db39cb2b566cbbee Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 23 Aug 2023 16:12:22 +0200 Subject: [PATCH 1/4] lib/chiya_web/controllers/page_html/note.html.heex aktualisiert --- lib/chiya_web/controllers/page_html/note.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 22c8421..3d37f90 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -28,7 +28,7 @@ <% end %> -
+
<%= Markdown.render(@note.content) |> raw %>
From 1d1a47888b6aab6e6d3ec216300c59843506ee68 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 23 Aug 2023 16:14:11 +0200 Subject: [PATCH 2/4] assets/css/app.css aktualisiert --- assets/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 933fef4..0187a81 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -9,7 +9,7 @@ @layer base { :root { - --font-features: "case", "cpsp", "frac", "salt", "ss02", "ccmp"; + --font-features: "case", "cpsp", "frac", "salt", "ccmp", "cv01", "cv02", "cv03", "cv04", "cv05", "cv06", "cv07", "cv09", "cv10", "cv11"; } :root { From c4a88d2e342d05dc185e2f6f2d4997e158bc3d06 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 23 Aug 2023 16:15:36 +0200 Subject: [PATCH 3/4] lib/chiya_web/components/public_components.ex aktualisiert --- lib/chiya_web/components/public_components.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chiya_web/components/public_components.ex b/lib/chiya_web/components/public_components.ex index 834d765..8c28191 100644 --- a/lib/chiya_web/components/public_components.ex +++ b/lib/chiya_web/components/public_components.ex @@ -103,8 +103,8 @@ defmodule ChiyaWeb.PublicComponents do def header(assigns) do ~H""" -
-

+
+

<%= render_slot(@inner_block) %>

Date: Wed, 23 Aug 2023 16:15:50 +0200 Subject: [PATCH 4/4] lib/chiya_web/components/public_components.ex aktualisiert --- lib/chiya_web/components/public_components.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/components/public_components.ex b/lib/chiya_web/components/public_components.ex index 8c28191..4abe614 100644 --- a/lib/chiya_web/components/public_components.ex +++ b/lib/chiya_web/components/public_components.ex @@ -104,7 +104,7 @@ defmodule ChiyaWeb.PublicComponents do def header(assigns) do ~H"""

-

+

<%= render_slot(@inner_block) %>