From bb1b6c898c9bf13f49409d79aa1c8a5d78a55e20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?=
 <skjnldsv@protonmail.com>
Date: Sun, 24 Jun 2018 19:40:57 +0200
Subject: [PATCH] No more extra padding for the app settings
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
---
 core/css/apps.scss | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/css/apps.scss b/core/css/apps.scss
index 702ab5d75bc..fd2e92773e5 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -84,7 +84,6 @@ kbd {
 	float: left;
 	box-sizing: border-box;
 	background-color: var(--color-main-background);
-	padding-bottom: 44px;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
@@ -640,11 +639,8 @@ kbd {
 
 /* settings area */
 #app-settings {
-	position: fixed;
-	width: 250px;
-	/* change to 100% when layout positions are absolute */
-	bottom: 0;
-	z-index: 140;
+	// To the bottom w/ flex
+	margin-top: auto;
 	&.open,
 	&.opened {
 		#app-settings-content {
-- 
GitLab