From 4ec40e4f70ccd7d70afc6752df1c5f3b08bd38b8 Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Mon, 21 Apr 2025 17:20:32 +0000 Subject: [PATCH] fixed some url scaling issues --- www/blog.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/blog.php b/www/blog.php index d36ed78..3bffeee 100644 --- a/www/blog.php +++ b/www/blog.php @@ -93,6 +93,11 @@ function is_external_url(string $url): bool position: absolute; } + .urls a img { + position: absolute; + top: 0; + } + .urls a:hover { opacity: 0.6; } @@ -146,7 +151,7 @@ function is_external_url(string $url): bool top: height() ?>%; left: width() ?>%; width: width() ?>%;"> - +