diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 4 | ||||
| -rw-r--r-- | templates/images.html | 20 | ||||
| -rw-r--r-- | templates/results.html | 2 |
3 files changed, 12 insertions, 14 deletions
diff --git a/templates/home.html b/templates/home.html index 00c4776..f8b7b7e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <title> OmniSearch </title> @@ -39,4 +39,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/images.html b/templates/images.html index 2f1bb40..3ad38f8 100644 --- a/templates/images.html +++ b/templates/images.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <title> OmniSearch Images - {{query}} </title> @@ -47,16 +47,14 @@ </div> </div> </div> - <a href="{{img[2]}}" target="_blank" class="image-link"> - <div class="image-info"> - <span class="image-caption"> - {{img[1]}} - </span> - <span class="image-source"> - {{img[2]}} - </span> - </div> - </a> + <div class="image-info"> + <span class="image-caption"> + {{img[1]}} + </span> + <span class="image-source"> + {{img[2]}} + </span> + </div> </div> {{endfor}} </div> diff --git a/templates/results.html b/templates/results.html index ce8f27a..e2fcd3d 100644 --- a/templates/results.html +++ b/templates/results.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <title> OmniSearch - {{query}} </title> |
