mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
format
This commit is contained in:
parent
b602f7e746
commit
8394d7340c
1 changed files with 3 additions and 3 deletions
|
@ -236,9 +236,9 @@
|
|||
|
||||
<div class="col-12 col-lg-6" id="alias-container-{{ alias.id }}">
|
||||
<div class="card p-4 shadow-sm {% if alias.id == highlight_alias_id %} highlight-row {% endif %} "
|
||||
{% if highlight_alias_id and alias.id != highlight_alias_id %}
|
||||
style="opacity: 0.6"
|
||||
{% endif %}
|
||||
{% if highlight_alias_id and alias.id != highlight_alias_id %}
|
||||
style="opacity: 0.6"
|
||||
{% endif %}
|
||||
>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue