diff --git a/community/hooks.py b/community/hooks.py index 8026dd8f..e994461d 100644 --- a/community/hooks.py +++ b/community/hooks.py @@ -167,9 +167,9 @@ jinja = { ## subclass of community.community.plugins.PageExtension # community_lesson_page_extension = None -community_lesson_page_extensions = [ - "community.plugins.LiveCodeExtension" -] +#community_lesson_page_extensions = [ +# "community.plugins.LiveCodeExtension" +#] ## Markdown Macros for Lessons community_markdown_macro_renderers = { diff --git a/community/public/css/style.css b/community/public/css/style.css index 7c19512c..64d7b951 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -1354,3 +1354,8 @@ pre { width: 1.5rem; } } + +.thread-card { + flex-direction: column; + padding: 1rem; +} diff --git a/community/www/batch/learn.html b/community/www/batch/learn.html index 485f34c9..c535dfe5 100644 --- a/community/www/batch/learn.html +++ b/community/www/batch/learn.html @@ -48,8 +48,10 @@