From b77f0a9caadf60518c2532706aff1b8707edce41 Mon Sep 17 00:00:00 2001 From: Quentin Rouiller Date: Thu, 23 Apr 2026 15:40:00 +0200 Subject: [PATCH] =?UTF-8?q?v2026.5.24=20=E2=80=94=20Am=C3=A9liorations=20d?= =?UTF-8?q?iverses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- viewer.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8032e17..a6f0872 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Planification", - "version": "2026.5.23", + "version": "2026.5.24", "description": "Vue claire et rapide du planning des techniciens EasyVista. Regroupe interventions et réservations par tech, affiche horaires, contact, lieu, catégorie et statut en un coup d'œil.", "permissions": ["activeTab", "scripting", "storage", "tabs", "alarms"], "host_permissions": [ diff --git a/viewer.css b/viewer.css index ace9856..12ace06 100644 --- a/viewer.css +++ b/viewer.css @@ -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);