Version 2026.5.33 — Interactions vue horizontale différenciées (hover / clic)

[code interpolé]
This commit is contained in:
2026-04-24 15:00:00 +02:00
parent b0a8102c29
commit a5993c54c9
3 changed files with 133 additions and 37 deletions
+7 -4
View File
@@ -2694,11 +2694,14 @@ header.topbar::before {
/* La ref au centre, cliquable pour agrandir */
.pinned-popup-minref {
display: block;
text-align: center;
padding: 10px 12px;
display: flex;
align-items: center;
justify-content: center; /* v2026.5.24 : centrer horizontalement la ref */
flex: 1;
min-width: 0;
padding: 0 10px;
font-family: var(--mono, monospace);
font-size: 15px;
font-size: 14px;
font-weight: 700;
color: var(--text);
cursor: pointer;