mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -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 {
|
||||
font-size: 14px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.laundry-current-header {
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.mat-sidenav-content {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.nav-caption {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.weather-current {
|
||||
font-size: 14px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.weather-current-header {
|
||||
|
||||
Reference in New Issue
Block a user