mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: display current configured oauth as icon instead of text
This commit is contained in:
parent
05c27aed98
commit
bf631f07de
2 changed files with 3 additions and 2 deletions
|
@ -41,6 +41,7 @@ body.login header {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.login-grid span,
|
||||
.login-grid a {
|
||||
border: 1px solid #e5e5e5;
|
||||
padding: 5px;
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
</h3>
|
||||
<ul>
|
||||
{% for name in providers %}
|
||||
<li>
|
||||
{{ name|title }}
|
||||
<li class="login-grid">
|
||||
<span class="login-{{ name }}" title="{{ name }}"></span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue