BraydenMoore commited on
Commit
1e57a9d
1 Parent(s): a2eeb49

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -6
templates/index.html CHANGED
@@ -93,7 +93,7 @@
93
  width: 100%;
94
  height: 100%;
95
  max-height: 80vh;
96
- border-radius: 20px;
97
  }
98
  .map {
99
  width: 100%;
@@ -119,9 +119,6 @@
119
  #info {
120
  transition 0.5s ease;
121
  }
122
- .hoverButton {
123
- border-radius: 10px;
124
- }
125
  a:hover {
126
  background-color: yellow;
127
  color: black;
@@ -198,12 +195,12 @@
198
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
199
 
200
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
201
- <a href="?new=true" style="margin-right: 10px; display: inline-block;">
202
  <button class="hoverButton" style="border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
203
  another
204
  </button>
205
  </a>
206
- <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
207
  <button class="hoverButton" style="border: 2px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
208
  refresh
209
  </button>
 
93
  width: 100%;
94
  height: 100%;
95
  max-height: 80vh;
96
+ border-radius: 10px;
97
  }
98
  .map {
99
  width: 100%;
 
119
  #info {
120
  transition 0.5s ease;
121
  }
 
 
 
122
  a:hover {
123
  background-color: yellow;
124
  color: black;
 
195
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
198
+ <a href="?new=true" style="border-radius: 5px; margin-right: 10px; display: inline-block;">
199
  <button class="hoverButton" style="border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
200
  another
201
  </button>
202
  </a>
203
+ <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="border-radius: 5px; display: inline-block;">
204
  <button class="hoverButton" style="border: 2px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
205
  refresh
206
  </button>