From e683bb44cf6fd6847e5166f55686d0a4b4336954 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Mon, 20 Apr 2026 11:51:04 +0100 Subject: [PATCH] Change prose image width from fixed to max-width Replace w-full (width: 100%) with max-w-full (max-width: 100%) on images inside .prose paragraphs so images retain their intrinsic size when smaller than the container. Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 2 +- resources/css/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc46f7ad..a9c8c099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "rustic-finch", + "name": "ivory-tiger", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/resources/css/app.css b/resources/css/app.css index e976e8d0..9cedf2c3 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -275,7 +275,7 @@ nav.docs-navigation li:has(.third-tier .exact-active) > .subsection-header { } .prose p:has(img) img { - @apply inline-block w-full rounded-none shadow-none; + @apply inline-block max-w-full rounded-none shadow-none; } /*