mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Layout improvements
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
dashboard works!
|
<div class="dashboard">
|
||||||
|
dashboard works!
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
.dashboard {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.laundry-current {
|
.laundry-current {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.laundry-current-header {
|
.laundry-current-header {
|
||||||
|
|||||||
@@ -16,10 +16,6 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-sidenav-content {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-caption {
|
.nav-caption {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,22 +1,17 @@
|
|||||||
.chart-content {
|
.chart-content {
|
||||||
position: absolute;
|
display: flex;
|
||||||
top: 0;
|
flex-flow: column;
|
||||||
bottom: 0;
|
height: 100%;
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chart {
|
#chart {
|
||||||
position: absolute;
|
flex: 1 1 auto;
|
||||||
top: 50px;
|
|
||||||
bottom: 50px;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-header {
|
.chart-header {
|
||||||
background-color: rgb(250, 250, 250);
|
background-color: rgb(250, 250, 250);
|
||||||
height: 50px;
|
padding: 0 20px;
|
||||||
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-button-spacer {
|
.chart-button-spacer {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.weather-current {
|
.weather-current {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-current-header {
|
.weather-current-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user