Various reworks. Removed VH units from CSS.
This commit is contained in:
@@ -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. -->
|
||||
|
Reference in New Issue
Block a user