mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 21:43:40 +00:00
border ui correction
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[default]
|
[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.
|
# 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.
|
# E.g. Mainnet (8000) and Testnet (8001) instances.
|
||||||
|
@@ -70,9 +70,9 @@
|
|||||||
<div class="d-sm-none"> <!-- Show on < sm screens-->
|
<div class="d-sm-none"> <!-- Show on < sm screens-->
|
||||||
{% for v in user_agent %}
|
{% for v in user_agent %}
|
||||||
{% if loop.index0 == 0 %}
|
{% if loop.index0 == 0 %}
|
||||||
<div class="card border-start-0 rounded-0">
|
<div class="card border-start-0 border-end-0 rounded-0">
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="d-flex justify-content-start">
|
<div class="d-flex justify-content-start">
|
||||||
|
Reference in New Issue
Block a user