← back to Silkwallpaper
auto-save: 2026-06-22T21:48:03 (1 files) — public/index.html
c3b6e75547609e0176272cd6876f2f8c458f002e · 2026-06-22 21:48:06 -0700 · Steve Abrams
Files touched
Diff
commit c3b6e75547609e0176272cd6876f2f8c458f002e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 22 21:48:06 2026 -0700
auto-save: 2026-06-22T21:48:03 (1 files) — public/index.html
---
public/index.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/public/index.html b/public/index.html
index f4664ca..705e044 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1059,8 +1059,8 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
(function(){
const CFG = {
storageKey: 'dw_grid_cols',
- minCols: 1,
- maxCols: 6,
+ minCols: 3,
+ maxCols: 12,
defaultCols: 3,
mobileBreakpoint: 768,
nameHideThreshold: 5 // Hide names when > 5 columns
@@ -1120,14 +1120,12 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
<div id="dw-density-slider" class="dw-grid-control">
<div class="dw-grid-label">Columns</div>
<div class="dw-grid-buttons">
- <button data-cols="1" aria-label="1 column" title="1">1</button>
- <button data-cols="2" aria-label="2 columns" title="2">2</button>
<button data-cols="3" aria-label="3 columns" title="3" class="active">3</button>
<button data-cols="4" aria-label="4 columns" title="4">4</button>
<button data-cols="5" aria-label="5 columns" title="5">5</button>
<button data-cols="6" aria-label="6 columns" title="6">6</button>
</div>
- <input type="range" id="dw-col-range" class="dw-slider" min="1" max="6" step="1" value="3" aria-label="Grid columns">
+ <input type="range" id="dw-col-range" class="dw-slider" min="3" max="12" step="1" value="3" aria-label="Grid columns">
<span id="dw-col-label" class="dw-col-label">3 cols</span>
</div>
`;
← 0689dd1 fix: improve sort dropdown positioning with overflow handlin
·
back to Silkwallpaper
·
Update grid density slider to desktop-only (3-12 columns) 64a79de →