style(shopfloor): tablet lock screen tile grid 3 -> 5 columns
Wider tablets fit 5 tiles per row comfortably; 3 was too sparse with a 20-person operator roster (forced a long vertical scroll). Bumped .o_fp_lock_tiles max-width from 480px to 800px so the tiles don't stretch wide at 5 columns. Module version: 19.0.32.0.6 -> 19.0.32.0.7 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Fusion Plating — Shop Floor',
|
'name': 'Fusion Plating — Shop Floor',
|
||||||
'version': '19.0.32.0.6',
|
'version': '19.0.32.0.7',
|
||||||
'category': 'Manufacturing/Plating',
|
'category': 'Manufacturing/Plating',
|
||||||
'summary': 'Shop-floor tablet stations, QR scanning, bake window enforcer, '
|
'summary': 'Shop-floor tablet stations, QR scanning, bake window enforcer, '
|
||||||
'first-piece inspection gates.',
|
'first-piece inspection gates.',
|
||||||
|
|||||||
@@ -107,10 +107,10 @@
|
|||||||
// === Tile grid ======================================================
|
// === Tile grid ======================================================
|
||||||
.o_fp_lock_tiles {
|
.o_fp_lock_tiles {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(5, 1fr);
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 480px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_fp_lock_tile {
|
.o_fp_lock_tile {
|
||||||
|
|||||||
Reference in New Issue
Block a user