1
0
Fork 0
forked from s3lph/matemat

feat(templates): userlist improve breakpoints

This commit is contained in:
Valentin Weber 2024-12-07 19:49:40 +01:00
parent 8fb3bd8d9c
commit 4943508233
Signed by: weva
GPG key ID: 44797000F143F522

View file

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