shadok-ai 0.2.24 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/index.html +3 -1
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -308,7 +308,9 @@
|
|
|
308
308
|
box-shadow: inset 3px 0 0 var(--phosphor);
|
|
309
309
|
}
|
|
310
310
|
/* Ligne 2 pleine largeur : « xxx ago » à gauche, % de contexte tout à droite. */
|
|
311
|
-
|
|
311
|
+
/* Hauteur RÉSERVÉE même vide : « xxx ago » / % arrivent après le reload — sans
|
|
312
|
+
ça l'onglet grandit d'une ligne au moment où ils apparaissent (jump / clip). */
|
|
313
|
+
.tab-row2 { display: flex; align-items: baseline; gap: 6px; min-height: 12px; line-height: 1.1; }
|
|
312
314
|
.tab-row2 .ctxnum { margin-left: auto; }
|
|
313
315
|
.tab .name {
|
|
314
316
|
flex: 1;
|