border ui correction

This commit is contained in:
aglkm
2024-09-19 13:08:11 +03:00
parent 1d2ab82daf
commit a984871943
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[default]
address = "127.0.0.1"
address = "127.0.0.1"
# Uncomment and change default port number (8000) if another instance of the explorer is needed to run.
# E.g. Mainnet (8000) and Testnet (8001) instances.

View File

@@ -70,9 +70,9 @@
<div class="d-sm-none"> <!-- Show on < sm screens-->
{% for v in user_agent %}
{% if loop.index0 == 0 %}
<div class="card border-start-0 rounded-0">
<div class="card border-start-0 border-end-0 rounded-0">
{% else %}
<div class="card border-top-0 border-start-0 rounded-0">
<div class="card border-top-0 border-start-0 border-end-0 rounded-0">
{% endif %}
<div class="card-body">
<div class="d-flex justify-content-start">