BraydenMoore commited on
Commit
e0e07a7
·
verified ·
1 Parent(s): 21f226b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +19 -18
templates/index.html CHANGED
@@ -158,13 +158,13 @@
158
  font-size: 10pt;
159
  }
160
  .hoverButton {
 
161
  border: none;
162
  font-size: 10pt;
163
  font-family: 'Andale Mono';
164
  color: var(--text-color);
165
  transition: 0.1s ease;
166
  font-size: 10pt;
167
- padding: 5px;
168
  border-radius: 0px;
169
  border-bottom: 1px white solid;
170
  background-color: black;
@@ -178,6 +178,7 @@
178
  font-family: 'Andale Mono';
179
  margin: auto;
180
  color:var(--text-color);
 
181
  }
182
 
183
  #location-name:hover {
@@ -254,8 +255,24 @@
254
  <div class="info" id="info">
255
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
256
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
 
258
- <div style="display: flex; margin-top: 12px; margin-bottom: 0%;">
259
 
260
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
261
  <button class="hoverButton">
@@ -272,22 +289,6 @@
272
  <i id="share" class="fa-solid fa-link" data-id="{{ id }}"></i>
273
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
274
  </div>
275
-
276
- <p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
277
-
278
- time: <span id="time"></span><br>
279
-
280
- <span id="additional-info">
281
- owner: {{ owner }}<br>
282
- ip: {{ ip }}<br>
283
- lat, lon: {{ loc }}
284
- </span>
285
-
286
- <span id="show-more">more <i style="margin-bottom:10px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
287
-
288
- <span class="tag"><br>made by brayden moore<br></span>
289
-
290
- </p>
291
 
292
 
293
  <!--
 
158
  font-size: 10pt;
159
  }
160
  .hoverButton {
161
+ text-align: left;
162
  border: none;
163
  font-size: 10pt;
164
  font-family: 'Andale Mono';
165
  color: var(--text-color);
166
  transition: 0.1s ease;
167
  font-size: 10pt;
 
168
  border-radius: 0px;
169
  border-bottom: 1px white solid;
170
  background-color: black;
 
178
  font-family: 'Andale Mono';
179
  margin: auto;
180
  color:var(--text-color);
181
+ border-bottom: white 1px solid;
182
  }
183
 
184
  #location-name:hover {
 
255
  <div class="info" id="info">
256
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
257
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
258
+
259
+ <p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
260
+
261
+ time: <span id="time"></span><br>
262
+
263
+ <span id="additional-info">
264
+ owner: {{ owner }}<br>
265
+ ip: {{ ip }}<br>
266
+ lat, lon: {{ loc }}
267
+ </span>
268
+
269
+ <span id="show-more">more <i style="margin-bottom:5px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
270
+
271
+ <span class="tag"><br>made by brayden moore<br></span>
272
+
273
+ </p>
274
 
275
+ <div style="display: flex; margin-top: 0px; margin-bottom: 0%;">
276
 
277
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
278
  <button class="hoverButton">
 
289
  <i id="share" class="fa-solid fa-link" data-id="{{ id }}"></i>
290
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
291
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
 
293
 
294
  <!--