forked from s3lph/matemat
feat(templates): userlist improve breakpoints
This commit is contained in:
parent
8fb3bd8d9c
commit
4943508233
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="row itemlist">
|
||||
{% for user in users %}
|
||||
{# Show an item per user, consisting of the username, and the avatar, linking to the touchkey login #}
|
||||
<div class="col-sm-1 g-4">
|
||||
<div class="col-xl-1 col-md-2 col-sm-3 col-4 g-4 g-4">
|
||||
<a class="card h-100 text-bg-light" href="/touchkey?uid={{ user.id }}&username={{ user.name }}{% if buyproduct %}&buypid={{ buyproduct.id }}{% endif %}">
|
||||
<div class="card-header">
|
||||
{{ user.name }}
|
||||
|
|
Loading…
Reference in a new issue