From f09faf664526e05c732bf47da755c0987e1ce13a Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Tue, 29 May 2018 12:56:54 +0100 Subject: [PATCH] minifix(GUI): move success banner back down (#2367) Change-Type: patch --- lib/gui/app/scss/main.scss | 2 +- lib/gui/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gui/app/scss/main.scss b/lib/gui/app/scss/main.scss index 3e6f5051..09526953 100644 --- a/lib/gui/app/scss/main.scss +++ b/lib/gui/app/scss/main.scss @@ -151,7 +151,7 @@ body, bottom: 0; left: 0; width: 100%; - height: 355px; + height: 255px; } } diff --git a/lib/gui/css/main.css b/lib/gui/css/main.css index 52e97167..8b84c8a9 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -6888,7 +6888,7 @@ body, bottom: 0; left: 0; width: 100%; - height: 355px; } + height: 255px; } .wrapper { height: 100%;