Tokenade presets: default separator to ZWNJ for all presets; remove 'Presets' label; keep all five preset buttons on one line

This commit is contained in:
EP
2025-08-20 17:54:26 -07:00
parent 99e0ecbe26
commit 030d90bcca
3 changed files with 8 additions and 8 deletions
+3 -2
View File
@@ -2024,10 +2024,11 @@ html {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
flex-wrap: nowrap;
overflow-x: auto;
margin: 8px 0 12px 0;
}
.tokenade-presets .transform-button { min-width: 160px; }
.tokenade-presets .transform-button { flex: 0 0 auto; min-width: 160px; }
/* Quick picks panel */
.carrier-quick-grid {