Add /gauges/
This commit is contained in:
parent
173d5d7cf0
commit
17576e898a
3 changed files with 4476 additions and 4390 deletions
21
css/wah.css
21
css/wah.css
|
|
@ -188,3 +188,24 @@ table.current-conditions tr:last-child td:nth-child(3) {
|
|||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
div.gauge-grid {
|
||||
padding: 20px !important;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
div.gauge-header {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 10px;
|
||||
grid-row-gap: 0px;
|
||||
}
|
||||
|
||||
canvas#canvas_led {
|
||||
margin-bottom: -7px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue