big update - fully functional

This commit is contained in:
Daniel Ledda
2021-03-21 16:19:52 +01:00
parent 50362860ae
commit 5466b8d2bb
25 changed files with 824 additions and 461 deletions

View File

@@ -53,10 +53,9 @@ h1 {
display: flex;
justify-content: space-around;
flex-direction: column;
margin: 1em;
margin: 0.5em;
padding: 1em;
border-radius: 1em;
border: 0.2em #c7ab82 solid;
border: 0.1em #c7ab82 solid;
background-color: white;
}
@@ -128,3 +127,19 @@ h1 {
color: gray;
font-size: 12px;
}
.timezone-widget input {
border: none;
display: inline-block;
width: 32px;
text-align: center;
margin: 10px 0 10px 0;
background-color: white;
}
.chart-canvas {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}