diff --git a/templates/matches.html b/templates/matches.html index 40fa381..85644cd 100644 --- a/templates/matches.html +++ b/templates/matches.html @@ -361,6 +361,10 @@ white-space: pre-wrap; word-break: break-word; } +.btn-icon { + font-size: 18px; + padding: 6px 10px; +} @@ -373,7 +377,7 @@
{% if current_user and current_user.get("role") == "admin" %} - 🗄️ + 🗄️ {% endif %}