reduce size of icons in blog main feed

This commit is contained in:
cube
2026-03-19 02:31:54 +00:00
parent 4b46685eaa
commit 8f11e5fb6b
3 changed files with 17 additions and 2 deletions

View File

@@ -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`