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:
@@ -107,10 +107,10 @@
|
||||
// === Tile grid ======================================================
|
||||
.o_fp_lock_tiles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 12px;
|
||||
width: 100%;
|
||||
max-width: 480px;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.o_fp_lock_tile {
|
||||
|
||||
Reference in New Issue
Block a user