aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-03-31 21:28:45 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-03-31 21:28:45 +0100
commitfe70d31cea4869c7f8214dbc1d00fb917816e9a8 (patch)
treeda7e7acc4de6b350de20babc0616678b30b60a19 /public/stylesheets
parent5531f72248d0372000fe09e031e5a70fb11dafe7 (diff)
downloadtplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.tar.xz
tplink-energy-monitor-fe70d31cea4869c7f8214dbc1d00fb917816e9a8.zip
Add plug state and uptime. Placeholder tiles for averages
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css13
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;
+}