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: = 100 * $url['offset'][1] / $blog->height() ?>%;
left: = 100 * $url['offset'][0] / $blog->width() ?>%;
width: = 100 * $url['dimensions'][0] / $blog->width() ?>%;">
-
+