From 6e7272bf27e6f239f3797e2d06d139ed4467aad2 Mon Sep 17 00:00:00 2001 From: hnhx Date: Sun, 20 Feb 2022 16:48:00 +0100 Subject: [PATCH] made image search prettier --- search_frame.php | 2 +- static/styles.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/search_frame.php b/search_frame.php index d781dc6..fed3f90 100644 --- a/search_frame.php +++ b/search_frame.php @@ -83,7 +83,7 @@ $alt = $result["alt"]; echo ""; - echo ""; + echo ""; echo ""; } diff --git a/static/styles.css b/static/styles.css index dd6a276..8fa2a85 100644 --- a/static/styles.css +++ b/static/styles.css @@ -198,7 +198,7 @@ img { margin-top:1px; } - .result-container h2:hover { + .result-container h2:hover { text-decoration: underline; } @@ -215,7 +215,6 @@ img { margin-bottom:30px; max-height: 100vh; - max-width: 84%; } /* .image-result-container END */