From edd52d471e82586a4a0810f11ed7bbe67caeef33 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 31 Jan 2026 19:20:41 +0100 Subject: [PATCH] Suppression (pour l'instant de la carte acheteur/titulaire) --- src/assets/css/style.css | 2 +- src/figures.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index b42c0f3..1dee649 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -350,7 +350,7 @@ table.cell-table th { display: none; } -.show-hide { +button.show-hide { position: relative; width: 180px; margin: 0 0 10px 0; diff --git a/src/figures.py b/src/figures.py index e7b97cb..c5eed34 100644 --- a/src/figures.py +++ b/src/figures.py @@ -244,6 +244,7 @@ def point_on_map(lat, lon): fig.update_layout(map_center={"lat": 46.6, "lon": 1.89}, map_zoom=4) graph = dcc.Graph(id="map", figure=fig) + graph = html.Div(style={"width": "400px"}) return graph