feat(template): improve responsiveness #3

Merged
s3lph merged 3 commits from weva/matemat:main into main 2024-12-07 19:57:21 +01:00
Showing only changes of commit 4943508233 - Show all commits

View file

@ -5,7 +5,7 @@
<div class="row itemlist"> <div class="row itemlist">
{% for user in users %} {% for user in users %}
{# Show an item per user, consisting of the username, and the avatar, linking to the touchkey login #} {# 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 %}"> <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"> <div class="card-header">
{{ user.name }} {{ user.name }}