Browse Source

fix paddings

zeronet
ghost 3 years ago
parent
commit
85650fd73f
  1. 4
      css/common.css
  2. 2
      network.html

4
css/common.css

@ -271,8 +271,8 @@ a.c-4:hover {
} }
.py-16 { .py-16 {
padding-left: 16px; padding-top: 16px;
padding-right: 16px padding-bottom: 16px
} }
.p-8 { .p-8 {

2
network.html

@ -45,7 +45,7 @@
<th class="t-center bb-2 b-c-6 py-16 px-8">Status</th> <th class="t-center bb-2 b-c-6 py-16 px-8">Status</th>
<th class="t-left pl-26 bb-2 b-c-6 py-16 px-8">DNS Seed</th> <th class="t-left pl-26 bb-2 b-c-6 py-16 px-8">DNS Seed</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Peers</th> <th class="t-center bb-2 b-c-6 py-16 px-8">Peers</th>
<th class="t-center bb-2 b-c-6py-16 px-8">Location</th> <th class="t-center bb-2 b-c-6 py-16 px-8">Location</th>
</tr> </tr>
<tr data-host="seed.twister.net.co"> <tr data-host="seed.twister.net.co">
<td class="t-center bb-2 b-c-6 p-8"><i class="bi-circle-fill mr-6 f-size-10 p-16 c-5"></i></td> <td class="t-center bb-2 b-c-6 p-8"><i class="bi-circle-fill mr-6 f-size-10 p-16 c-5"></i></td>

Loading…
Cancel
Save