style: ajustes menu mobile

This commit is contained in:
2025-06-26 19:01:02 -03:00
parent 0911483e62
commit f232090577
5 changed files with 18 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ Produtos
<td id="price-{{product.id}}" >R$ {{product.price}}</td>
<td class="hide-on-mobile" id="quantity-{{product.id}}" >{{product.quantity}}</td>
<td class="hide-on-mobile" id="category-{{product.id}}" >{{product.category.name}}</td>
<td>
<td >
<div class="grid-buttons">
<img
src="{% static 'midia/icons/edit.svg' %}"