Layout improvements

This commit is contained in:
2019-10-02 17:44:08 -04:00
parent 29eceeb04e
commit 8060a34a5b
6 changed files with 14 additions and 16 deletions

View File

@@ -1 +1,3 @@
dashboard works!
<div class="dashboard">
dashboard works!
</div>

View File

@@ -0,0 +1,3 @@
.dashboard {
padding: 20px;
}

View File

@@ -1,5 +1,6 @@
.laundry-current {
font-size: 14px;
padding: 20px;
}
.laundry-current-header {

View File

@@ -16,10 +16,6 @@
z-index: 1;
}
.mat-sidenav-content {
padding: 20px;
}
.nav-caption {
padding-left: 8px;
}

View File

@@ -1,22 +1,17 @@
.chart-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-flow: column;
height: 100%;
}
#chart {
position: absolute;
top: 50px;
bottom: 50px;
left: 0;
right: 0;
flex: 1 1 auto;
}
.chart-header {
background-color: rgb(250, 250, 250);
height: 50px;
padding: 0 20px;
flex: 0 0 auto;
}
.chart-button-spacer {

View File

@@ -1,5 +1,6 @@
.weather-current {
font-size: 14px;
padding: 20px;
}
.weather-current-header {