diff --git a/www/css/styles.css b/www/css/styles.css index e4b258c..090f746 100644 --- a/www/css/styles.css +++ b/www/css/styles.css @@ -61,7 +61,7 @@ img.icon { height: 100%; overflow-y: scroll; } .panopticon #status { - width: 50%; } + width: 90%; } #status > div { width: 33.3333333%; height: 200px; @@ -106,7 +106,8 @@ img.icon { bottom: 3px; right: 3px; } #status .hugvey .light input { - width: 3.2em; } + width: 4.2em; + font-size: 20px; } #status .hugvey .stats .count { display: inline-block; margin-right: 10px; } diff --git a/www/scss/styles.scss b/www/scss/styles.scss index b9ee96c..c0af4c8 100644 --- a/www/scss/styles.scss +++ b/www/scss/styles.scss @@ -85,7 +85,7 @@ img.icon{ overflow-y: scroll; .panopticon &{ - width: 50% + width: 90% } & > div{ @@ -149,7 +149,8 @@ img.icon{ bottom: 3px; right:3px; input{ - width: 3.2em; + width: 4.2em; + font-size: 20px; } }