v2026.5.24 — Améliorations diverses
This commit is contained in:
+8
-1
@@ -2644,9 +2644,14 @@ header.topbar::before {
|
||||
transition: opacity 0.12s, color 0.12s;
|
||||
}
|
||||
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar::before {
|
||||
content: "≡";
|
||||
content: "≡" !important;
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
/* v2026.5.24 : annuler les propriétés du ::before normal (barre grise) */
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
background: transparent !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.pinned-popup.pinned-popup-minimized .pinned-popup-dragbar:hover {
|
||||
opacity: 1;
|
||||
@@ -2665,6 +2670,7 @@ header.topbar::before {
|
||||
.pinned-popup-minref {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center; /* v2026.5.24 : centrer horizontalement la ref */
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding: 0 10px;
|
||||
@@ -2678,6 +2684,7 @@ header.topbar::before {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
order: 2;
|
||||
text-align: center; /* v2026.5.24 : centrer le texte */
|
||||
}
|
||||
.pinned-popup-minref:hover {
|
||||
color: var(--accent, #3b82f6);
|
||||
|
||||
Reference in New Issue
Block a user