From 44961e3a9cf9a4ba85d9e1e61fabf16728ac1129 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 May 2026 20:15:26 +0300 Subject: [PATCH] style: reduce table cell padding to 1px 2px on mobile Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 2 +- frontend/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 3e675d9..654a3a8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ АСУ Инвентаризация - +
diff --git a/frontend/styles.css b/frontend/styles.css index 5bb412d..ceb1033 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -189,7 +189,7 @@ td.inv-col, th.inv-col { .table td, .table th { font-size: 11px; - padding: 2px 2px; + padding: 1px 2px; } .byaud-table th,