diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index b1ed8958..a53ff5b4 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -299,6 +299,7 @@ def interactive_activitychart(workouts,startdate,enddate,stack='type'): toolbar_location = None, ) + for legend in p.legend: new_items = [] for legend_item in legend.items: diff --git a/static/css/styles2.css b/static/css/styles2.css index 74108430..b6ccc00c 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -385,6 +385,10 @@ grid-column-end: span 1; } +.main-content li.grid_3 { + grid-column-end: span 4; +} + .maxheight { max-height: 300px; overflow: scroll; @@ -429,6 +433,7 @@ } } + @media (max-width: 600px) { nav a { font-size: 0px; @@ -451,7 +456,7 @@ "ad footer"; } -} + nav ul { display: flex; justify-content: space-between;