From a7597f943c1ad7e135c0ed98bb7c646b1c6705a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 23 Apr 2026 11:13:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20=D0=B1?= =?UTF-8?q?=D0=B0=D0=B7=D1=8B=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=81=D0=B8=D0=B2=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/matches.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 %}