Mercurial > personal > weather-server
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:9a609bcf0809 | 17:fdb874e0b270 |
---|---|
48 font: inherit; | 48 font: inherit; |
49 flex: auto; | 49 flex: auto; |
50 } | 50 } |
51 | 51 |
52 p.plain { | 52 p.plain { |
53 box-sizing: border-box; | |
54 flex: 1; | |
53 position: relative; | 55 position: relative; |
54 display: flex; | 56 display: flex; |
55 flex-direction: column; | 57 flex-direction: column; |
56 align-items: baseline; | 58 align-items: baseline; |
57 padding: 24px; | 59 padding: 24px; |
78 padding-top: 0.25em; | 80 padding-top: 0.25em; |
79 } | 81 } |
80 | 82 |
81 p.fancy { | 83 p.fancy { |
82 position: relative; | 84 position: relative; |
85 flex: 1; | |
83 } | 86 } |
84 | 87 |
85 p.fancy canvas { | 88 p.fancy canvas { |
86 display: block; | 89 display: block; |
87 position: absolute; | 90 position: absolute; |