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:
@@ -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