From 740ed09113c4749cbdb0d2ca4a55ec386dddb90a Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Sun, 16 Nov 2025 21:47:45 +0300 Subject: [PATCH] refactor(pos): Optimize cart total section layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduced spacing around 'Итого:' line for more compact design - Changed from h5 to strong tags for better space utilization - Removed bottom margin from cart list - Set symmetric padding (py-1) for total section - More vertical space now available for cart items --- myproject/pos/templates/pos/terminal.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/myproject/pos/templates/pos/terminal.html b/myproject/pos/templates/pos/terminal.html index 778f517..27a259e 100644 --- a/myproject/pos/templates/pos/terminal.html +++ b/myproject/pos/templates/pos/terminal.html @@ -41,12 +41,12 @@
-
+
-
-
Итого:
-
0.00
+
+ Итого: + 0.00