From ba94a6e532a8c590034d3256f1cdae27fc25b23a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 18 Aug 2015 16:48:56 +0200 Subject: [PATCH] Ensure ui stays on the left edge when in fullscreen. --- src/styles/global/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global/_base.scss b/src/styles/global/_base.scss index a997284a..ddd6c536 100644 --- a/src/styles/global/_base.scss +++ b/src/styles/global/_base.scss @@ -39,6 +39,7 @@ body { > .ui { height: 100%; + left: 0; min-width: $buddylist-width; position: absolute; width: 100%;