mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 05:23:41 +00:00
border ui correction
This commit is contained in:
@@ -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.
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user