Version 2026.5.34 — Bouton 📌 restauré + badge user cliquable

- _softUnpinPopup refait, _maybeRetryFetchUser, positionTooltipAnchored unifiée
[code interpolé]
This commit is contained in:
2026-04-24 18:00:00 +02:00
parent a5993c54c9
commit 1ecc60e160
3 changed files with 51 additions and 12 deletions
+14 -3
View File
@@ -2706,14 +2706,25 @@ header.topbar::before {
color: var(--text);
cursor: pointer;
user-select: none;
border-radius: 4px;
transition: background 0.12s;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
order: 2;
text-align: center; /* v2026.5.24 : centrer le texte */
}
.pinned-popup-minref:hover {
background: var(--bg-muted);
color: var(--accent, #3b82f6);
}
/* Boutons plus petits en mode minimisé */
.pinned-popup.pinned-popup-minimized .pinned-popup-btn {
width: 22px !important;
height: 22px !important;
font-size: 12px !important;
}
.pinned-popup.pinned-popup-minimized .pinned-popup-refresh svg {
width: 12px;
height: 12px;
}
/* ==========================================================================