mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-11 15:06:35 +02:00
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:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user