No more extra padding for the app settings

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-24 19:40:57 +02:00
parent a4b5ff8420
commit bb1b6c898c
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 6 deletions

View File

@ -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 {