From 8f11e5fb6b7a0761692c6f334e1ddf3f60da1ecb Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 19 Mar 2026 02:31:54 +0000 Subject: [PATCH] reduce size of icons in blog main feed --- README.md | 11 +++++++++++ myriad/static/style.css | 4 ++++ myriad/templates/blog/blog.html | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa69018..50fd46e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ flask app for plurals to publicly share member lists +# todo (minor) + +- add delete button to blog posts on main feed +- show blog posts in edit member section with a delete button + +# todo (major) + +- add blinkies and stamps sections to member pages +- (require above) add blinkies and stamps upload sections to edit member page +- (require above) add blinkies and stamps link/db cleanup to manage site assets + # dev set up (windows) - after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate` diff --git a/myriad/static/style.css b/myriad/static/style.css index db42a55..6678bc9 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -176,6 +176,10 @@ form textarea{ border-style:solid; margin:20px; } +.post .icon{ + width:60px; + height:60px; +} .imgbullet{ margin-right:10px; diff --git a/myriad/templates/blog/blog.html b/myriad/templates/blog/blog.html index 784d758..ec1d5ad 100644 --- a/myriad/templates/blog/blog.html +++ b/myriad/templates/blog/blog.html @@ -14,10 +14,10 @@ {% else %} {% endif %} -
{{post[3]}}
+
{{post[3]|safe}}
{{post[2]}} - {{op[3]}}
- {{post[4]}} + {{post[4]|safe}}