Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +7 -7
templates/index.html
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
margin-bottom: 0px;
|
49 |
margin-top: 0px !important;
|
50 |
border-bottom: 2px solid yellow;
|
51 |
-
color:rgb(
|
52 |
font-family: 'Helvetica'; font-weight: 50;
|
53 |
}
|
54 |
.pulse {
|
@@ -139,7 +139,7 @@
|
|
139 |
background-color: transparent;
|
140 |
border-radius: 5px;
|
141 |
text-decoration: none;
|
142 |
-
color:rgb(
|
143 |
transition: 0.5s ease;
|
144 |
}
|
145 |
.hoverButton {
|
@@ -232,7 +232,7 @@
|
|
232 |
</a>
|
233 |
<!--<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">-->
|
234 |
<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
|
235 |
-
<button class="hoverButton" style="border-radius: 5px; border: 2px solid rgb(
|
236 |
refresh
|
237 |
</button>
|
238 |
</a>
|
@@ -241,7 +241,7 @@
|
|
241 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
242 |
</div>
|
243 |
|
244 |
-
<p id="info-text" style="color:rgb(
|
245 |
|
246 |
time: <span id="time"></span><br>
|
247 |
|
@@ -251,7 +251,7 @@
|
|
251 |
lat, lon: {{ loc }}
|
252 |
</span>
|
253 |
|
254 |
-
<span id="show-more">more <i style="margin-bottom:20px; color:rgb(
|
255 |
|
256 |
<span class="tag"><br>a brayden moore website<br></span>
|
257 |
thanks for visiting<br>
|
@@ -471,10 +471,10 @@
|
|
471 |
if (additionalInfo.style.height === '0px') {
|
472 |
const scrollHeight = additionalInfo.scrollHeight;
|
473 |
additionalInfo.style.height = `${scrollHeight}px`;
|
474 |
-
showMore.innerHTML = 'less <i style="margin-bottom:20px; color:rgb(
|
475 |
} else {
|
476 |
additionalInfo.style.height = '0';
|
477 |
-
showMore.innerHTML = 'more <i style="margin-bottom:20px; color:rgb(
|
478 |
}
|
479 |
});
|
480 |
});
|
|
|
48 |
margin-bottom: 0px;
|
49 |
margin-top: 0px !important;
|
50 |
border-bottom: 2px solid yellow;
|
51 |
+
color:rgb(83, 83, 83);
|
52 |
font-family: 'Helvetica'; font-weight: 50;
|
53 |
}
|
54 |
.pulse {
|
|
|
139 |
background-color: transparent;
|
140 |
border-radius: 5px;
|
141 |
text-decoration: none;
|
142 |
+
color:rgb(83, 83, 83);
|
143 |
transition: 0.5s ease;
|
144 |
}
|
145 |
.hoverButton {
|
|
|
232 |
</a>
|
233 |
<!--<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">-->
|
234 |
<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
|
235 |
+
<button class="hoverButton" style="border-radius: 5px; border: 2px solid rgb(83, 83, 83); background-color: transparent; padding: 10px;">
|
236 |
refresh
|
237 |
</button>
|
238 |
</a>
|
|
|
241 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
242 |
</div>
|
243 |
|
244 |
+
<p id="info-text" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
245 |
|
246 |
time: <span id="time"></span><br>
|
247 |
|
|
|
251 |
lat, lon: {{ loc }}
|
252 |
</span>
|
253 |
|
254 |
+
<span id="show-more">more <i style="margin-bottom:20px; color:rgb(83, 83, 83);" id="more-button" class="fa-solid fa-caret-down"></i></span>
|
255 |
|
256 |
<span class="tag"><br>a brayden moore website<br></span>
|
257 |
thanks for visiting<br>
|
|
|
471 |
if (additionalInfo.style.height === '0px') {
|
472 |
const scrollHeight = additionalInfo.scrollHeight;
|
473 |
additionalInfo.style.height = `${scrollHeight}px`;
|
474 |
+
showMore.innerHTML = 'less <i style="margin-bottom:20px; color:rgb(83, 83, 83);" id="more-button" class="fa-solid fa-caret-up"></i>';
|
475 |
} else {
|
476 |
additionalInfo.style.height = '0';
|
477 |
+
showMore.innerHTML = 'more <i style="margin-bottom:20px; color:rgb(83, 83, 83);" id="more-button" class="fa-solid fa-caret-down"></i>';
|
478 |
}
|
479 |
});
|
480 |
});
|