From be01723be2a774cc0ee9f1ed3cb5b2346daf3a32 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 4 Nov 2023 22:19:35 -0400 Subject: [PATCH] make content previews resizable --- changelog.md | 1 + .../components/core_components/context_content.html.heex | 2 +- lib/memex_web/components/core_components/note_content.html.heex | 2 +- lib/memex_web/components/core_components/step_content.html.heex | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index d5de742..6914f61 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ - Allow space as delimiter for tags - Add bottom padding to page - Make pipeline step not require content +- Make content previews resizable # v0.1.12 - Code quality fixes diff --git a/lib/memex_web/components/core_components/context_content.html.heex b/lib/memex_web/components/core_components/context_content.html.heex index 7f2c6d7..c9f94dd 100644 --- a/lib/memex_web/components/core_components/context_content.html.heex +++ b/lib/memex_web/components/core_components/context_content.html.heex @@ -1,6 +1,6 @@