From 23b9eeba2382ce42cf3217ff3e419e8b5aa7ab12 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:03:52 +0200 Subject: fix: normalize repository list page width to match other list pages Changed repository/list.html from max-w-4xl decorative box to max-w-5xl plain wrapper for aesthetic consistency with other pages without sidebars like /articles/. Removed border glow-accent rounded-lg styling and added bg-bg to wrapper to prevent matrix rain showing through card gutters. Co-Authored-By: Claude Haiku 4.5 --- SHORTCODES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SHORTCODES.md') diff --git a/SHORTCODES.md b/SHORTCODES.md index a7e86c8..7164fe6 100644 --- a/SHORTCODES.md +++ b/SHORTCODES.md @@ -17,7 +17,7 @@ Display an avatar from Gravatar based on an email address hash. This shortcode r | Parameter | Required | Description | |-----------|----------|-------------| | email | Yes | Email address for Gravatar lookup | -| size | No | Avatar size in pixels (default: 256) | +| size | No | Avatar size in pixels (default: 256). Internally converted to integer for correct Gravatar API formatting. | | alt | No | Alt text for accessibility (default: "User avatar") | | class | No | Custom CSS classes (default: "w-32 h-32 rounded-full") | -- cgit v1.2.3