Various reworks. Removed VH units from CSS.

This commit is contained in:
2023-08-23 16:53:06 -04:00
parent 3d317e7505
commit 5c6f23a722
10 changed files with 42 additions and 25 deletions

View File

@@ -65,7 +65,7 @@
<!-- Search bar. -->
<td>
<input type="text" name="search" class="search-box">
<input type="search" name="search" class="search-box">
</td>
<!-- Search submit. -->

View File

@@ -1,6 +1,6 @@
{% load static %}
<!DOCTYPE html>
<html style="height:100%;">
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height" />
<title>
@@ -30,7 +30,7 @@
</table>
<!-- Image view. -->
<table class="fc mauto">
<table class="fc mauto h90">
<tr>
<!-- Previous image. -->
<td>
@@ -42,12 +42,12 @@
</td>
<!-- Current image. -->
<td>
<div class="image-container">
<a href="{{image_path}}" target="_blank">
<td class="full-width">
<a href="{{image_path}}" target="_blank">
<div class="image-container">
<img src="{{image_path}}" class="image">
</a>
</div>
</div>
</a>
</td>
<!-- Next image. -->