diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-31 21:28:45 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-31 21:28:45 +0100 |
| commit | fe70d31cea4869c7f8214dbc1d00fb917816e9a8 (patch) | |
| tree | da7e7acc4de6b350de20babc0616678b30b60a19 /public/stylesheets/style.css | |
| parent | 5531f72248d0372000fe09e031e5a70fb11dafe7 (diff) | |
| download | tplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.tar.xz tplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.zip | |
Add plug state and uptime. Placeholder tiles for averages
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 62b7873..919696c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -8,4 +8,15 @@ footer ul { .x_panel { height: 350px; -}
\ No newline at end of file +} + +.x_panel.small { + height: unset; +} + +.x_content.small { + display: flex; + align-items: center; + justify-content: center; + margin-top: 0; +} |