BraydenMoore commited on
Commit
86db72d
·
verified ·
1 Parent(s): c1f0c35

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -3
templates/index.html CHANGED
@@ -163,6 +163,7 @@
163
  color: var(--text-color);
164
  transition: 0.1s ease;
165
  font-size: 10pt;
 
166
  }
167
  .hoverButton:hover {
168
  color: black;
@@ -247,13 +248,13 @@
247
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
248
 
249
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
250
- <button class="hoverButton" style="border-radius: 3px; border: 1px solid white; background-color: transparent; padding: 10px;">
251
  another
252
  </button>
253
  </a>
254
  <!--<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">-->
255
  <a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
256
- <button class="hoverButton" style="border-radius: 3px; border: 1px solid var(--text-color); background-color: transparent; padding: 10px;">
257
  refresh
258
  </button>
259
  </a>
@@ -358,7 +359,8 @@
358
  infoText.style.opacity = "1";
359
 
360
  setTimeout(refreshImage, 500);
361
- country.textContent = "{{ country }}"
 
362
  };
363
 
364
  img.onerror = function(event) {
 
163
  color: var(--text-color);
164
  transition: 0.1s ease;
165
  font-size: 10pt;
166
+ padding: 5px;
167
  }
168
  .hoverButton:hover {
169
  color: black;
 
248
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
249
 
250
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
251
+ <button class="hoverButton">
252
  another
253
  </button>
254
  </a>
255
  <!--<a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">-->
256
  <a class="abortButton" href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
257
+ <button class="hoverButton">
258
  refresh
259
  </button>
260
  </a>
 
359
  infoText.style.opacity = "1";
360
 
361
  setTimeout(refreshImage, 500);
362
+ country.textContent = "{{ country|upper }}";
363
+
364
  };
365
 
366
  img.onerror = function(event) {