Commit
·
c47440a
1
Parent(s):
2dde15b
Update templates/index.html
Browse files- templates/index.html +6 -2
templates/index.html
CHANGED
|
@@ -77,9 +77,13 @@
|
|
| 77 |
}
|
| 78 |
|
| 79 |
.feed {
|
| 80 |
-
width:
|
| 81 |
height: 500px;
|
| 82 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
}
|
| 84 |
|
| 85 |
</style>
|
|
@@ -90,7 +94,7 @@
|
|
| 90 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
| 91 |
<div class="flex-container">
|
| 92 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 800px; height: 600px;" />
|
| 93 |
-
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 94 |
|
| 95 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|
| 96 |
<div style="position: relative;">
|
|
|
|
| 77 |
}
|
| 78 |
|
| 79 |
.feed {
|
| 80 |
+
width: 90vw;
|
| 81 |
height: 500px;
|
| 82 |
}
|
| 83 |
+
|
| 84 |
+
.info {
|
| 85 |
+
width: 90vw;
|
| 86 |
+
}
|
| 87 |
}
|
| 88 |
|
| 89 |
</style>
|
|
|
|
| 94 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
| 95 |
<div class="flex-container">
|
| 96 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 800px; height: 600px;" />
|
| 97 |
+
<div class="info" style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 98 |
|
| 99 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|
| 100 |
<div style="position: relative;">
|