style: reduce table cell padding to 1px 2px on mobile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>АСУ Инвентаризация</title>
|
||||
<link rel="stylesheet" href="/app/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=8" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=9" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="no-print">
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user