diff --git a/app/css/app.css b/app/css/app.css index 1057a19..3a2f6b3 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -6,11 +6,9 @@ } #log { position: fixed; - width: 600px; + width: 100%; height: 150px; } -#status { - position: fixed; - width: 100px; - right: 0; +.screen { + display: none; } diff --git a/app/css/app.less b/app/css/app.less index a750c99..e360063 100644 --- a/app/css/app.less +++ b/app/css/app.less @@ -1,5 +1,3 @@ - - #footer{ position: fixed; bottom: 0; @@ -9,12 +7,10 @@ #log{ position: fixed; - width: 600px; + width: 100%; height: 150px; } -#status{ - position: fixed; - width: 100px; - right: 0; +.screen{ + display: none; } \ No newline at end of file diff --git a/app/index.html b/app/index.html index e107bbc..051f32c 100644 --- a/app/index.html +++ b/app/index.html @@ -12,11 +12,13 @@