forked from FroSteel/Planification
Version 2026.5.34 — Bouton 📌 restauré + badge user cliquable
- _softUnpinPopup refait, _maybeRetryFetchUser, positionTooltipAnchored unifiée [code interpolé]
This commit is contained in:
+14
-3
@@ -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;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user