Spaces:
Running
Running
Commit
·
b3de1c9
1
Parent(s):
cfa4ad6
Update templates/index.html
Browse files- templates/index.html +6 -8
templates/index.html
CHANGED
@@ -61,14 +61,12 @@
|
|
61 |
}
|
62 |
|
63 |
.map-div {
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
position: relative;
|
69 |
-
width: 40%;
|
70 |
-
height: 300px;
|
71 |
margin-bottom: 3%;
|
|
|
72 |
}
|
73 |
|
74 |
.map {
|
@@ -101,7 +99,7 @@
|
|
101 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
102 |
|
103 |
<div class="map-div">
|
104 |
-
<img id="map" src="{{ url_for('static', filename='map.png') }}" />
|
105 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
106 |
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
107 |
</div>
|
|
|
61 |
}
|
62 |
|
63 |
.map-div {
|
64 |
+
border: 1px solid yellow;
|
65 |
+
position: relative;
|
66 |
+
width: 40%;
|
67 |
+
height: 300px;
|
|
|
|
|
|
|
68 |
margin-bottom: 3%;
|
69 |
+
box-sizing: border-box;
|
70 |
}
|
71 |
|
72 |
.map {
|
|
|
99 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
100 |
|
101 |
<div class="map-div">
|
102 |
+
<img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 100%; height: 100%;" />
|
103 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
104 |
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
105 |
</div>
|