From c24dae96946b5a49de90df5216951250816543f3 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Tue, 10 Mar 2026 22:41:34 -0300 Subject: [PATCH] actions button position fix --- templates/sales.html | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/templates/sales.html b/templates/sales.html index 6f80916..9de4755 100644 --- a/templates/sales.html +++ b/templates/sales.html @@ -18,6 +18,23 @@ display: block !important; } } + + @media (max-width: 768px) { + .table td, .table th { + padding: 0.5rem 0.25rem; + font-size: 0.85rem; + } + + .btn-sm span { + display: none; + } + } + + .table th:last-child, + .table td:last-child { + width: 1%; + white-space: nowrap; + } {% endblock %} @@ -101,7 +118,7 @@ Fecha y Hora Método Total - Acciones + Acciones @@ -111,10 +128,10 @@ {{ s[1] }} {{ s[3] }} - -