Tokenizer tab: add OpenAI encodings via browser-safe gpt-tokenizer dynamic import; UI: fit all five Tokenade preset buttons on one line (tighter buttons)

This commit is contained in:
EP
2025-08-20 18:00:29 -07:00
parent 030d90bcca
commit a3d4fc33df
3 changed files with 17 additions and 9 deletions
+3 -3
View File
@@ -2023,12 +2023,12 @@ html {
.tokenade-presets {
display: flex;
align-items: center;
gap: 8px;
gap: 6px;
flex-wrap: nowrap;
overflow-x: auto;
overflow-x: visible;
margin: 8px 0 12px 0;
}
.tokenade-presets .transform-button { flex: 0 0 auto; min-width: 160px; }
.tokenade-presets .transform-button { flex: 0 0 auto; min-width: 136px; padding: 5px 8px; }
/* Quick picks panel */
.carrier-quick-grid {