Skip to content

Commit

Permalink
webapp: tweak spacing for down indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Aug 1, 2024
1 parent ff1c720 commit fba9428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/templates/index.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@
</section>
</div>
<div class="col-auto p-0">
<a class="btn btn-success m-3 ms-0" href="#" download id="display-flow-pcap" title="Download pcap">
<a class="btn btn-success shadow m-3 ms-0" href="#" download id="display-flow-pcap" title="Download pcap">
<svg class="bi" width="16" height="16">
<use xlink:href="#download"/>
</svg>
</a>
</div>
</div>
<div id="display-alerts"></div>
<div class="text-center p-2 d-none" id="display-down">
<div class="text-center m-3 d-none" id="display-down">
<svg width="30mm" height="30mm" viewBox="0 0 65.652 70.495" fill="currentColor"><g transform="translate(-83.965 -103.17)"><path d="m92.172 103.17c-4.5323 0-8.2062 3.6739-8.2062 8.2062v4.1031c6e-5 4.5323 3.6739 8.2067 8.2062 8.2067h22.568v6.0575h4.1031v-6.0575h22.568c4.5323 0 8.2062-3.6745 8.2062-8.2067v-4.1031c-6e-5 -4.5323-3.6739-8.2062-8.2062-8.2062zm0 4.1031h49.239c2.2661 0 4.1031 1.837 4.1031 4.1031v4.1031c-3e-5 2.2661-1.837 4.1036-4.1031 4.1036h-49.239c-2.2661 0-4.1031-1.8375-4.1031-4.1036v-4.1031c2.7e-5 -2.2661 1.837-4.1031 4.1031-4.1031zm10.258 4.1031c-2.7324 3e-3 -2.7324 4.1004 0 4.1036 2.7388 3e-3 2.7388-4.1068 0-4.1036zm-8.2057 1e-3c-1.0258 0-2.0518 0.68351-2.0526 2.0505 0.0015 2.737 4.1046 2.737 4.1031 0 7.39e-4 -1.367-1.0247-2.0505-2.0505-2.0505zm31.649 17.188c-0.45372 0.0199-0.92202 0.20945-1.3451 0.62839l-7.737 7.737-7.737-7.737c-0.42312-0.41893-0.89144-0.60792-1.3451-0.62787-1.6204-0.0713-3.0527 2.0184-1.5565 3.5295l7.737 7.737-7.737 7.737c-1.9151 1.9342 0.9674 4.8168 2.9016 2.9016l7.737-7.737 7.737 7.737c1.9342 1.9152 4.8168-0.96739 2.9016-2.9016l-7.737-7.737 7.737-7.737c1.4962-1.5111 0.0639-3.6012-1.5565-3.53zm-11.134 21.253v7.4336c-3.3993 0-6.1552 2.7554-6.1552 6.1547h-22.568c-2.7219 0.0135-2.7219 4.0896 0 4.1031h22.568c-4e-5 3.3993 2.7559 6.1552 6.1552 6.1552h4.1031c3.3993 0 6.1552-2.7559 6.1552-6.1552h22.568c2.7219-0.0135 2.7219-4.0896 0-4.1031h-22.568c4e-5 -3.3993-2.7559-6.1547-6.1552-6.1547v-7.4336zm0 11.537h4.1031c1.1331 0 2.0515 0.91849 2.0516 2.0516v4.1031c-1e-5 1.1331-0.91849 2.0516-2.0516 2.0516h-4.1031c-1.1331 0-2.0516-0.91849-2.0516-2.0516v-4.1031c2e-5 -1.1331 0.91849-2.0516 2.0516-2.0516z"/></g></svg>
<p class="mt-2 mb-0">
Flow failed to establish
Expand Down

0 comments on commit fba9428

Please sign in to comment.