diff weather_server/static/style.css @ 17:fdb874e0b270

graph: Update style and do HiDPI properly.
author Paul Fisher <paul@pfish.zone>
date Sat, 12 Oct 2019 20:40:11 -0400
parents 4eaa9d69c4e2
children 47987502bf4c
line wrap: on
line diff
--- a/weather_server/static/style.css	Sat Oct 12 14:03:52 2019 -0400
+++ b/weather_server/static/style.css	Sat Oct 12 20:40:11 2019 -0400
@@ -50,6 +50,8 @@
 }
 
 p.plain {
+    box-sizing: border-box;
+    flex: 1;
     position: relative;
     display: flex;
     flex-direction: column;
@@ -80,6 +82,7 @@
 
 p.fancy {
     position: relative;
+    flex: 1;
 }
 
 p.fancy canvas {