mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
border ui correction
This commit is contained in:
@@ -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